Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
OdDgTerrainContourFeatureSettings.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
18 private Object locker = new Object();
19 private HandleRef swigCPtr;
20 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
21 public OdDgTerrainContourFeatureSettings(IntPtr cPtr, bool cMemoryOwn) : base(TG_DbPINVOKE.OdDgTerrainContourFeatureSettings_SWIGUpcast(cPtr), cMemoryOwn) {
22 swigCPtr = new HandleRef(this, cPtr);
23 }
24
25 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
26 public static HandleRef getCPtr(OdDgTerrainContourFeatureSettings obj) {
27 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
28 }
29
30 protected override void Dispose(bool disposing) {
31 lock(this) {
32 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
33 if (swigCMemOwn) {
34 swigCMemOwn = false;
36 }
37 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
38 }
39 base.Dispose(disposing);
40 }
41 }
42
43 public OdDgTerrainContourFeatureSettings() : this(TG_DbPINVOKE.new_OdDgTerrainContourFeatureSettings(), true) {
45 }
46
50 return ret;
51 }
52
56 }
57
58 public double getInterval() {
61 return ret;
62 }
63
64 public void setInterval(double dInterval) {
67 }
68
72 return ret;
73 }
74
78 }
79
80 public UInt32 getSmoothingFactor() {
81// test csout
82 /*SIMPLETYPE*/
85 return ret;
86 }
87
88 public void setSmoothingFactor(UInt32 /*SIMPLETYPE*/ uSmoothingFactor) {
89 TG_DbPINVOKE.OdDgTerrainContourFeatureSettings_setSmoothingFactor(swigCPtr, uSmoothingFactor /*SIMPLETYPE*/);
91 }
92
93 public bool getDisplayTextFlag() {
96 return ret;
97 }
98
99 public void setDisplayTextFlag(bool bSet) {
102 }
103
104 public double getTextInterval() {
107 return ret;
108 }
109
110 public void setTextInterval(double dInterval) {
113 }
114
118 return ret;
119 }
120
121 public void setUORPerWorkingUnitsScale(double dScale) {
124 }
125
126 public UInt32 getTextStyleEntryId() {
127// test csout
128 /*SIMPLETYPE*/
131 return ret;
132 }
133
134 public void setTextStyleEntryId(UInt32 /*SIMPLETYPE*/ uTextStyleId) {
135 TG_DbPINVOKE.OdDgTerrainContourFeatureSettings_setTextStyleEntryId(swigCPtr, uTextStyleId /*SIMPLETYPE*/);
137 }
138
142 return ret;
143 }
144
145 public void setIgnoreMaxSlopesFlag(bool bSet) {
148 }
149
150 public double getMaxSlopeValue() {
153 return ret;
154 }
155
156 public void setMaxSlopeValue(double dValue) {
159 }
160
161 public UInt32 getDepressionColorIndex() {
162// test csout
163 /*SIMPLETYPE*/
166 return ret;
167 }
168
169 public void setDepressionColorIndex(UInt32 /*SIMPLETYPE*/ uColorIndex) {
172 }
173
175// test csout
176 /*SIMPLETYPE*/
179 return ret;
180 }
181
182 public void setDepressionLineStyleEntryId(UInt32 /*SIMPLETYPE*/ uLineStyleId) {
185 }
186
187 public UInt32 getDepressionLineWeight() {
188// test csout
189 /*SIMPLETYPE*/
192 return ret;
193 }
194
195 public void setDepressionLineWeight(UInt32 /*SIMPLETYPE*/ uLineWeight) {
198 }
199
200 public UInt32 getContourLabelPrecision() {
201// test csout
202 /*SIMPLETYPE*/
205 return ret;
206 }
207
208 public void setContourLabelPrecision(UInt32 /*SIMPLETYPE*/ uPecision) {
211 }
212
214 kMinorContour = 0,
215 kMajorContour = 1
216 }
217
218}
219
220}
void setSmoothingType(OdDgTerrainOptions.OdDgTerrainContourSmoothingType uSmoothingType)
static HandleRef getCPtr(OdDgTerrainContourFeatureSettings obj)
void setFeatureType(OdDgTerrainContourFeatureSettings.OdDgTerrainContourFeatureType uType)
OdDgTerrainContourFeatureSettings.OdDgTerrainContourFeatureType getFeatureType()
OdDgTerrainOptions.OdDgTerrainContourSmoothingType getSmoothingType()
static global::System.Exception Retrieve()
static bool OdDgTerrainContourFeatureSettings_getIgnoreMaxSlopesFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_OdDgTerrainContourFeatureSettings(global::System.Runtime.InteropServices.HandleRef jarg1)
static double OdDgTerrainContourFeatureSettings_getTextInterval(global::System.Runtime.InteropServices.HandleRef jarg1)
static double OdDgTerrainContourFeatureSettings_getInterval(global::System.Runtime.InteropServices.HandleRef jarg1)
static UInt32 OdDgTerrainContourFeatureSettings_getTextStyleEntryId(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgTerrainContourFeatureSettings_setSmoothingFactor(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static void OdDgTerrainContourFeatureSettings_setFeatureType(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static UInt32 OdDgTerrainContourFeatureSettings_getSmoothingFactor(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgTerrainContourFeatureSettings_setDepressionLineWeight(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static int OdDgTerrainContourFeatureSettings_getSmoothingType(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgTerrainContourFeatureSettings_setInterval(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void OdDgTerrainContourFeatureSettings_setContourLabelPrecision(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static void OdDgTerrainContourFeatureSettings_setDepressionColorIndex(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static void OdDgTerrainContourFeatureSettings_setTextStyleEntryId(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static UInt32 OdDgTerrainContourFeatureSettings_getDepressionLineStyleEntryId(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdDgTerrainContourFeatureSettings_getDisplayTextFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgTerrainContourFeatureSettings_setTextInterval(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static int OdDgTerrainContourFeatureSettings_getFeatureType(global::System.Runtime.InteropServices.HandleRef jarg1)
static UInt32 OdDgTerrainContourFeatureSettings_getContourLabelPrecision(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgTerrainContourFeatureSettings_setDepressionLineStyleEntryId(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static UInt32 OdDgTerrainContourFeatureSettings_getDepressionColorIndex(global::System.Runtime.InteropServices.HandleRef jarg1)
static double OdDgTerrainContourFeatureSettings_getMaxSlopeValue(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgTerrainContourFeatureSettings_setSmoothingType(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static double OdDgTerrainContourFeatureSettings_getUORPerWorkingUnitsScale(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgTerrainContourFeatureSettings_setDisplayTextFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdDgTerrainContourFeatureSettings_setIgnoreMaxSlopesFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdDgTerrainContourFeatureSettings_setMaxSlopeValue(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void OdDgTerrainContourFeatureSettings_setUORPerWorkingUnitsScale(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static UInt32 OdDgTerrainContourFeatureSettings_getDepressionLineWeight(global::System.Runtime.InteropServices.HandleRef jarg1)