Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
OdDgEnvironmentMap.cs
Go to the documentation of this file.
1//------------------------------------------------------------------------------
2// <auto-generated />
3//
4// This file was automatically generated by SWIG (http://www.swig.org).
5// Version 4.0.2
6//
7// Do not make changes to this file unless you know what you are doing--modify
8// the SWIG interface file instead.
9//------------------------------------------------------------------------------
10
11namespace Teigha.TG {
12
13using System;
14using System.Runtime.InteropServices;
15using Teigha.Core;
16
17public class OdDgEnvironmentMap : global::System.IDisposable {
18 private Object locker = new Object();
19 private HandleRef swigCPtr;
20 protected bool swigCMemOwn;
21 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
22 public OdDgEnvironmentMap(IntPtr cPtr, bool cMemoryOwn) {
23 swigCMemOwn = cMemoryOwn;
24 swigCPtr = new HandleRef(this, cPtr);
25 }
26 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
27 public static HandleRef getCPtr(OdDgEnvironmentMap obj) {
28 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
29 }
30
32 Dispose(false);
33 }
34
35 public void Dispose() {
36 Dispose(true);
37 global::System.GC.SuppressFinalize(this);
38 }
39
40 protected virtual void Dispose(bool disposing) {
41 lock(this) {
42 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
43 if (swigCMemOwn) {
44 swigCMemOwn = false;
46 }
47 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
48 }
49 }
50 }
51
52 public OdDgEnvironmentMap() : this(TG_DbPINVOKE.new_OdDgEnvironmentMap(), true) {
54 }
55
56 public bool getUntitledFlag() {
59 return ret;
60 }
61
62 public void setUntitledFlag(bool bSet) {
65 }
66
67 public bool getEnableFlag() {
70 return ret;
71 }
72
73 public void setEnableFlag(bool bSet) {
76 }
77
78 public bool getVisCameraFlag() {
81 return ret;
82 }
83
84 public void setVisCameraFlag(bool bSet) {
87 }
88
89 public bool getVisIndirectFlag() {
92 return ret;
93 }
94
95 public void setVisIndirectFlag(bool bSet) {
98 }
99
103 return ret;
104 }
105
106 public void setUseIndirectLightsFlag(bool bSet) {
109 }
110
111 public bool getReflectFlag() {
114 return ret;
115 }
116
117 public void setReflectFlag(bool bSet) {
120 }
121
122 public bool getRefractFlag() {
125 return ret;
126 }
127
128 public void setRefractFlag(bool bSet) {
131 }
132
136 return ret;
137 }
138
139 public void setUseIndirectLayerAsMainFlag(bool bSet) {
142 }
143
147 return ret;
148 }
149
150 public void setBackgroundEnabledFlag(bool bSet) {
153 }
154
155 public bool getFogEnabledFlag() {
158 return ret;
159 }
160
161 public void setFogEnabledFlag(bool bSet) {
164 }
165
167 string ret = TG_DbPINVOKE.OdDgEnvironmentMap_getMapName(swigCPtr);
169 return ret;
170}
171
172 public void setMapName(String strName) {
175 }
176
180 return ret;
181 }
182
183 public void setFog(OdDgEnvMapFog fog) {
186 }
187
191 return ret;
192 }
193
194 public void setBackground(OdDgEnvMapBackground background) {
197 }
198
202 return ret;
203 }
204
205 public void setMainLayer(OdDgEnvMapLayer layer) {
208 }
209
213 return ret;
214 }
215
219 }
220
221}
222
223}
static HandleRef getCPtr(OdDgEnvMapBackground obj)
static HandleRef getCPtr(OdDgEnvMapFog obj)
static HandleRef getCPtr(OdDgEnvMapLayer obj)
void setIndirectLayer(OdDgEnvMapLayer layer)
void setBackground(OdDgEnvMapBackground background)
void setUseIndirectLightsFlag(bool bSet)
void setBackgroundEnabledFlag(bool bSet)
void setMapName(String strName)
virtual void Dispose(bool disposing)
void setMainLayer(OdDgEnvMapLayer layer)
void setUseIndirectLayerAsMainFlag(bool bSet)
void setFog(OdDgEnvMapFog fog)
static HandleRef getCPtr(OdDgEnvironmentMap obj)
OdDgEnvMapBackground getBackground()
OdDgEnvironmentMap(IntPtr cPtr, bool cMemoryOwn)
static global::System.Exception Retrieve()
static void OdDgEnvironmentMap_setUntitledFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdDgEnvironmentMap_setFogEnabledFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdDgEnvironmentMap_setIndirectLayer(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdDgEnvironmentMap_setFog(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdDgEnvironmentMap_setUseIndirectLayerAsMainFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdDgEnvironmentMap_setMapName(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static void OdDgEnvironmentMap_setMainLayer(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdDgEnvironmentMap_setEnableFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool OdDgEnvironmentMap_getUseIndirectLayerAsMainFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgEnvironmentMap_setBackgroundEnabledFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static String OdDgEnvironmentMap_getMapName(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdDgEnvironmentMap_getRefractFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdDgEnvironmentMap_getBackgroundEnabledFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdDgEnvironmentMap_getBackground(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdDgEnvironmentMap_getFog(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgEnvironmentMap_setVisCameraFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool OdDgEnvironmentMap_getFogEnabledFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgEnvironmentMap_setBackground(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool OdDgEnvironmentMap_getUseIndirectLightsFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdDgEnvironmentMap_getVisCameraFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdDgEnvironmentMap_getVisIndirectFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdDgEnvironmentMap_getMainLayer(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgEnvironmentMap_setReflectFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdDgEnvironmentMap_setRefractFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdDgEnvironmentMap_setVisIndirectFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool OdDgEnvironmentMap_getUntitledFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgEnvironmentMap_setUseIndirectLightsFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void delete_OdDgEnvironmentMap(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdDgEnvironmentMap_getReflectFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdDgEnvironmentMap_getEnableFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdDgEnvironmentMap_getIndirectLayer(global::System.Runtime.InteropServices.HandleRef jarg1)