Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
OdDgTerrainVertexFeatureSettings.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 OdDgTerrainVertexFeatureSettings(IntPtr cPtr, bool cMemoryOwn) : base(TG_DbPINVOKE.OdDgTerrainVertexFeatureSettings_SWIGUpcast(cPtr), cMemoryOwn) {
22 swigCPtr = new HandleRef(this, cPtr);
23 }
24
25 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
26 public static HandleRef getCPtr(OdDgTerrainVertexFeatureSettings 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 OdDgTerrainVertexFeatureSettings() : this(TG_DbPINVOKE.new_OdDgTerrainVertexFeatureSettings(), true) {
45 }
46
50 return ret;
51 }
52
56 }
57
58 public bool getDisplayTextFlag() {
61 return ret;
62 }
63
64 public void setDisplayTextFlag(bool bOn) {
67 }
68
69 public double getCellXScale() {
72 return ret;
73 }
74
75 public void setCellXScale(double dScale) {
78 }
79
80 public double getCellYScale() {
83 return ret;
84 }
85
86 public void setCellYScale(double dScale) {
89 }
90
91 public double getCellZScale() {
94 return ret;
95 }
96
97 public void setCellZScale(double dScale) {
100 }
101
105 return ret;
106 }
107
111 }
112
113 public char getCharSymbol() {
114// test csout
115 /*SIMPLETYPE*/
118 return ret;
119 }
120
121 public void setCharSymbol(char /*SIMPLETYPE cstype*/ chSymbol) {
122 TG_DbPINVOKE.OdDgTerrainVertexFeatureSettings_setCharSymbol(swigCPtr, chSymbol /*SIMPLETYPE csin*/);
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.OdDgTerrainVertexFeatureSettings_setTextStyleEntryId(swigCPtr, uTextStyleId /*SIMPLETYPE*/);
137 }
138
142 return ret;
143}
144
145 public void setCellName(String strCellName) {
148 }
149
150 public String getPrefix() {
153 return ret;
154}
155
156 public void setPrefix(String strPrefix) {
159 }
160
161 public String getSuffix() {
164 return ret;
165}
166
167 public void setSuffix(String strSuffix) {
170 }
171
172 public double getMinValue() {
175 return ret;
176 }
177
178 public void setMinValue(double dMinValue) {
181 }
182
184 kSourceVertex = 0,
185 kTriangleVertex = 1,
186 kLowPoints = 2,
187 kHighPoints = 3,
188 kFlowArrows = 4
189 }
190
191}
192
193}
void setPointDisplayType(OdDgTerrainOptions.OdDgTerrainPointDisplayType uDisplayType)
OdDgTerrainVertexFeatureSettings.OdDgTerrainVertexFeatureType getFeatureType()
static HandleRef getCPtr(OdDgTerrainVertexFeatureSettings obj)
OdDgTerrainOptions.OdDgTerrainPointDisplayType getPointDisplayType()
void setFeatureType(OdDgTerrainVertexFeatureSettings.OdDgTerrainVertexFeatureType uType)
static global::System.Exception Retrieve()
static UInt32 OdDgTerrainVertexFeatureSettings_getTextStyleEntryId(global::System.Runtime.InteropServices.HandleRef jarg1)
static String OdDgTerrainVertexFeatureSettings_getSuffix(global::System.Runtime.InteropServices.HandleRef jarg1)
static char OdDgTerrainVertexFeatureSettings_getCharSymbol(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgTerrainVertexFeatureSettings_setCellName(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static double OdDgTerrainVertexFeatureSettings_getMinValue(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgTerrainVertexFeatureSettings_setSuffix(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static String OdDgTerrainVertexFeatureSettings_getPrefix(global::System.Runtime.InteropServices.HandleRef jarg1)
static double OdDgTerrainVertexFeatureSettings_getCellXScale(global::System.Runtime.InteropServices.HandleRef jarg1)
static String OdDgTerrainVertexFeatureSettings_getCellName(global::System.Runtime.InteropServices.HandleRef jarg1)
static int OdDgTerrainVertexFeatureSettings_getFeatureType(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgTerrainVertexFeatureSettings_setCellZScale(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static double OdDgTerrainVertexFeatureSettings_getCellZScale(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgTerrainVertexFeatureSettings_setMinValue(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void OdDgTerrainVertexFeatureSettings_setCellXScale(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void OdDgTerrainVertexFeatureSettings_setCellYScale(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void delete_OdDgTerrainVertexFeatureSettings(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdDgTerrainVertexFeatureSettings_getDisplayTextFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgTerrainVertexFeatureSettings_setPrefix(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static double OdDgTerrainVertexFeatureSettings_getCellYScale(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgTerrainVertexFeatureSettings_setTextStyleEntryId(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static void OdDgTerrainVertexFeatureSettings_setDisplayTextFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdDgTerrainVertexFeatureSettings_setFeatureType(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static void OdDgTerrainVertexFeatureSettings_setPointDisplayType(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static int OdDgTerrainVertexFeatureSettings_getPointDisplayType(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgTerrainVertexFeatureSettings_setCharSymbol(global::System.Runtime.InteropServices.HandleRef jarg1, char jarg2)