Extended .NET SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
OdAvePref.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.TD {
12
13using System;
14using System.Runtime.InteropServices;
15using Teigha.Core;
16
17public class OdAvePref : 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 OdAvePref(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(OdAvePref obj) {
28 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
29 }
30
31 ~OdAvePref() {
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 OdAvePref() : this(TD_DbPINVOKE.new_OdAvePref(), true) {
54 }
55
67
79
80 public String m_Scene {
81 set { // OdString csvarin
84 }
85
86 get { // OdString csvarout
87 string ret = TD_DbPINVOKE.OdAvePref_m_Scene_get(swigCPtr);
89 return ret;
90 }
91
92 }
93
94 public Int16 m_nSubSampling {
95 set {
96 /*SIMPLETYPE*/
97 TD_DbPINVOKE.OdAvePref_m_nSubSampling_set(swigCPtr, value /*SIMPLETYPE*/);
99 }
100 get {
101 /*SIMPLETYPE*/
102 Int16 ret = TD_DbPINVOKE.OdAvePref_m_nSubSampling_get(swigCPtr);
104 return ret;
105 }
106 }
107
119
131
143
155
167
179
191
203
215
227
239
240 public UInt32 m_nLightColor {
241 set {
242 /*SIMPLETYPE*/
243 TD_DbPINVOKE.OdAvePref_m_nLightColor_set(swigCPtr, value /*SIMPLETYPE*/);
245 }
246 get {
247 /*SIMPLETYPE*/
248 UInt32 ret = TD_DbPINVOKE.OdAvePref_m_nLightColor_get(swigCPtr);
250 return ret;
251 }
252 }
253
255 set { // OdString csvarin
258 }
259
260 get { // OdString csvarout
261 string ret = TD_DbPINVOKE.OdAvePref_m_NorthUcsName_get(swigCPtr);
263 return ret;
264 }
265
266 }
267
279
291
303
315
327
328 public UInt32 m_nDiffuseColor {
329 set {
330 /*SIMPLETYPE*/
331 TD_DbPINVOKE.OdAvePref_m_nDiffuseColor_set(swigCPtr, value /*SIMPLETYPE*/);
333 }
334 get {
335 /*SIMPLETYPE*/
336 UInt32 ret = TD_DbPINVOKE.OdAvePref_m_nDiffuseColor_get(swigCPtr);
338 return ret;
339 }
340 }
341
353
354}
355
356}
virtual void Dispose(bool disposing)
Definition OdAvePref.cs:40
RenderDestination m_Destination
Definition OdAvePref.cs:68
static HandleRef getCPtr(OdAvePref obj)
Definition OdAvePref.cs:27
RenderType m_RenderType
Definition OdAvePref.cs:56
double m_dPreviewObjectSize
Definition OdAvePref.cs:132
OdAvePref(IntPtr cPtr, bool cMemoryOwn)
Definition OdAvePref.cs:22
static global::System.Exception Retrieve()
static bool OdAvePref_m_bSkipRenderDlg_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdAvePref_m_bQueryForSelections_set(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static double OdAvePref_m_dLightIntensity_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static UInt32 OdAvePref_m_nDiffuseColor_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static UInt32 OdAvePref_m_nLightColor_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdAvePref_m_dLightIntensity_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void OdAvePref_m_nDiffuseColor_set(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static void OdAvePref_m_nLightColor_set(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static bool OdAvePref_m_bCropWindow_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdAvePref_m_Destination_set(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static void OdAvePref_m_bApplyMaterials_set(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static double OdAvePref_m_dSpecularFactor_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdAvePref_m_NorthUcsName_set(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static void OdAvePref_m_bRenderCache_set(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdAvePref_m_bSkipRenderDlg_set(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdAvePref_m_nSubSampling_set(global::System.Runtime.InteropServices.HandleRef jarg1, Int16 jarg2)
static void OdAvePref_m_bSmoothShade_set(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdAvePref_m_dDiffuseFactor_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static int OdAvePref_m_Destination_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdAvePref_m_bShadows_set(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdAvePref_m_dSmoothingAngle_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void OdAvePref_m_dRoughness_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static double OdAvePref_m_dPreviewObjectSize_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdAvePref_m_bSmoothShade_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdAvePref_m_bQueryForSelections_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static double OdAvePref_m_dLightIconScale_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static int OdAvePref_m_RenderType_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdAvePref_m_dNorthAngle_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static double OdAvePref_m_dDiffuseFactor_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static double OdAvePref_m_dRoughness_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static double OdAvePref_m_dSmoothingAngle_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdAvePref_m_bCurrentDiffuseColor_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static String OdAvePref_m_NorthUcsName_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdAvePref_m_RenderType_set(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static bool OdAvePref_m_bApplyMaterials_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static double OdAvePref_m_dNorthAngle_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdAvePref_m_bCropWindow_set(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static Int16 OdAvePref_m_nSubSampling_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdAvePref_m_Scene_set(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static String OdAvePref_m_Scene_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static double OdAvePref_m_dAmbientFactor_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdAvePref_m_dAmbientFactor_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void OdAvePref_m_dPreviewObjectSize_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static bool OdAvePref_m_bRenderCache_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdAvePref_m_bCurrentDiffuseColor_set(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool OdAvePref_m_bShadows_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdAvePref_m_dLightIconScale_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void OdAvePref_m_dSpecularFactor_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void delete_OdAvePref(global::System.Runtime.InteropServices.HandleRef jarg1)