Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
OdDbSectionSettings.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
18 private Object locker = new Object();
19 private HandleRef swigCPtr;
20 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
21 public OdDbSectionSettings(IntPtr cPtr, bool cMemoryOwn) : base(TD_DbPINVOKE.OdDbSectionSettings_SWIGUpcast(cPtr), cMemoryOwn) {
22 swigCPtr = new HandleRef(this, cPtr);
23 }
24
25 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
26 public static HandleRef getCPtr(OdDbSectionSettings 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 static OdDbSectionSettings cast(OdRxObject pObj) {// OdSmartPtr<OdDbSectionSettings>
44 MemoryManager mMan = MemoryManager.GetMemoryManager();
45 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
47
48 OdDbSectionSettings ret = null;
49 if (null != mTrans)
50 {
51 mTrans.AddObject((OdDbSectionSettings)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbSectionSettings),ptr, true));
52 ret = (OdDbSectionSettings)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbSectionSettings),ptr, false);
53 }
54 else
55 {
56 ret = (OdDbSectionSettings)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbSectionSettings),ptr, true);
57 }
58
60 return ret;
61}
62
63 public new static OdRxClass desc() {
64 OdRxClass ret = (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),TD_DbPINVOKE.OdDbSectionSettings_desc(),false); /*createInt 3_2*/
65
67 return ret;
68}
69
70 public override OdRxClass isA() {
71 OdRxClass ret = (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),TD_DbPINVOKE.OdDbSectionSettings_isA(swigCPtr),false); /*createInt 3_2*/
72
74 return ret;
75}
76
77 public override OdRxObject queryX(OdRxClass protocolClass) {
78 OdRxObject ret = (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),TD_DbPINVOKE.OdDbSectionSettings_queryX(swigCPtr, OdRxClass.getCPtr(protocolClass)),false); /*createInt 3_2*/
79
81 return ret;
82}
83
84 public new static OdDbSectionSettings createObject() {// OdSmartPtr<OdDbSectionSettings>
85 MemoryManager mMan = MemoryManager.GetMemoryManager();
86 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
88
89 OdDbSectionSettings ret = null;
90 if (null != mTrans)
91 {
92 mTrans.AddObject((OdDbSectionSettings)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbSectionSettings),ptr, true));
93 ret = (OdDbSectionSettings)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbSectionSettings),ptr, false);
94 }
95 else
96 {
97 ret = (OdDbSectionSettings)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbSectionSettings),ptr, true);
98 }
99
101 return ret;
102}
103
104 public override OdResult dwgInFields(OdDbDwgFiler pFiler) {
107 return ret;
108 }
109
110 public override void dwgOutFields(OdDbDwgFiler pFiler) {
113 }
114
115 public override OdResult dxfInFields(OdDbDxfFiler pFiler) {
118 return ret;
119 }
120
121 public override void dxfOutFields(OdDbDxfFiler pFiler) {
124 }
125
126 public virtual OdResult subGetClassID(IntPtr /*SIMPLETYPE*/ pClsid) {
127 OdResult ret = (OdResult)TD_DbPINVOKE.OdDbSectionSettings_subGetClassID(swigCPtr, pClsid /*SIMPLETYPE*/);
129 return ret;
130 }
131
132 public void reset() {
135 }
136
137 public void reset(OdDbSectionSettings.SectionType nSecType) {
138 TD_DbPINVOKE.OdDbSectionSettings_reset__SWIG_1(swigCPtr, (int)nSecType);
140 }
141
145 return ret;
146 }
147
151 }
152
156 return ret;
157 }
158
160 TD_DbPINVOKE.OdDbSectionSettings_setGenerationOptions(swigCPtr, (int)nSecType, (int)nOptions);
162 }
163
167 }
168
172 }
173
175 MemoryManager mMan = MemoryManager.GetMemoryManager();
176 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #27
177 IntPtr ptr = TD_DbPINVOKE.OdDbSectionSettings_destinationBlock(swigCPtr, (int)nSecType);
178
179 OdDbObjectId ret = null;
180 if (null != mTrans)
181 {
182 mTrans.AddObject(new OdDbObjectId(ptr, true));
183 ret = new OdDbObjectId(ptr, false);
184 }
185 else
186 {
187 ret = new OdDbObjectId(ptr, true);
188 }
189
191 return ret;
192}
193
197 }
198
200 string ret = TD_DbPINVOKE.OdDbSectionSettings_destinationFile(swigCPtr, (int)nSecType);
202 return ret;
203}
204
205 public void setDestinationFile(OdDbSectionSettings.SectionType nSecType, String pszFileName) {
206 TD_DbPINVOKE.OdDbSectionSettings_setDestinationFile(swigCPtr, (int)nSecType, pszFileName);
208 }
209
211 bool ret = TD_DbPINVOKE.OdDbSectionSettings_visibility(swigCPtr, (int)nSecType, (int)nGeometry);
213 return ret;
214 }
215
216 public void setVisibility(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, bool bVisible) {
217 TD_DbPINVOKE.OdDbSectionSettings_setVisibility(swigCPtr, (int)nSecType, (int)nGeometry, bVisible);
219 }
220
222 OdCmColor ret = new OdCmColor(TD_DbPINVOKE.OdDbSectionSettings_color(swigCPtr, (int)nSecType, (int)nGeometry), true);
224 return ret;
225 }
226
228 TD_DbPINVOKE.OdDbSectionSettings_setColor(swigCPtr, (int)nSecType, (int)nGeometry, OdCmColor.getCPtr(color));
230 }
231
233 string ret = TD_DbPINVOKE.OdDbSectionSettings_layer(swigCPtr, (int)nSecType, (int)nGeometry);
235 return ret;
236}
237
238 public void setLayer(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, String pszLayer) {
239 TD_DbPINVOKE.OdDbSectionSettings_setLayer(swigCPtr, (int)nSecType, (int)nGeometry, pszLayer);
241 }
242
244 string ret = TD_DbPINVOKE.OdDbSectionSettings_linetype(swigCPtr, (int)nSecType, (int)nGeometry);
246 return ret;
247}
248
249 public void setLinetype(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, String pszLinetype) {
250 TD_DbPINVOKE.OdDbSectionSettings_setLinetype(swigCPtr, (int)nSecType, (int)nGeometry, pszLinetype);
252 }
253
255 double ret = TD_DbPINVOKE.OdDbSectionSettings_linetypeScale(swigCPtr, (int)nSecType, (int)nGeometry);
257 return ret;
258 }
259
260 public void setLinetypeScale(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, double fScale) {
261 TD_DbPINVOKE.OdDbSectionSettings_setLinetypeScale(swigCPtr, (int)nSecType, (int)nGeometry, fScale);
263 }
264
266 string ret = TD_DbPINVOKE.OdDbSectionSettings_plotStyleName(swigCPtr, (int)nSecType, (int)nGeometry);
268 return ret;
269}
270
271 public void setPlotStyleName(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, String pszPlotStyleName) {
272 TD_DbPINVOKE.OdDbSectionSettings_setPlotStyleName(swigCPtr, (int)nSecType, (int)nGeometry, pszPlotStyleName);
274 }
275
277 LineWeight ret = (LineWeight)TD_DbPINVOKE.OdDbSectionSettings_lineWeight(swigCPtr, (int)nSecType, (int)nGeometry);
279 return ret;
280 }
281
283 TD_DbPINVOKE.OdDbSectionSettings_setLineWeight(swigCPtr, (int)nSecType, (int)nGeometry, (int)nLineWeight);
285 }
286
288 int ret = TD_DbPINVOKE.OdDbSectionSettings_faceTransparency(swigCPtr, (int)nSecType, (int)nGeometry);
290 return ret;
291 }
292
293 public void setFaceTransparency(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, int nTransparency) {
294 TD_DbPINVOKE.OdDbSectionSettings_setFaceTransparency(swigCPtr, (int)nSecType, (int)nGeometry, nTransparency);
296 }
297
299 int ret = TD_DbPINVOKE.OdDbSectionSettings_edgeTransparency(swigCPtr, (int)nSecType, (int)nGeometry);
301 return ret;
302 }
303
304 public void setEdgeTransparency(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, int nTransparency) {
305 TD_DbPINVOKE.OdDbSectionSettings_setEdgeTransparency(swigCPtr, (int)nSecType, (int)nGeometry, nTransparency);
307 }
308
310 bool ret = TD_DbPINVOKE.OdDbSectionSettings_hatchVisibility(swigCPtr, (int)nSecType, (int)nGeometry);
312 return ret;
313 }
314
315 public void setHatchVisibility(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, bool bVisible) {
316 TD_DbPINVOKE.OdDbSectionSettings_setHatchVisibility(swigCPtr, (int)nSecType, (int)nGeometry, bVisible);
318 }
319
320 public void getHatchPattern(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, out OdDbHatch.HatchPatternType nPatternType, ref string pszPatternName) {
321IntPtr tmp_pszPatternName = Marshal.StringToCoTaskMemUni(pszPatternName);
322 IntPtr saved_pszPatternName = tmp_pszPatternName;
323 try {
324 TD_DbPINVOKE.OdDbSectionSettings_getHatchPattern(swigCPtr, (int)nSecType, (int)nGeometry, out nPatternType, ref tmp_pszPatternName);
326 } finally {
327if (tmp_pszPatternName != saved_pszPatternName) pszPatternName = Marshal.PtrToStringUni(tmp_pszPatternName);
328 }
329 }
330
331 public void setHatchPattern(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, OdDbHatch.HatchPatternType nPatternType, String pszPatternName) {
332 TD_DbPINVOKE.OdDbSectionSettings_setHatchPattern(swigCPtr, (int)nSecType, (int)nGeometry, (int)nPatternType, pszPatternName);
334 }
335
337 double ret = TD_DbPINVOKE.OdDbSectionSettings_hatchAngle(swigCPtr, (int)nSecType, (int)nGeometry);
339 return ret;
340 }
341
342 public void setHatchAngle(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, double fAngle) {
343 TD_DbPINVOKE.OdDbSectionSettings_setHatchAngle(swigCPtr, (int)nSecType, (int)nGeometry, fAngle);
345 }
346
348 double ret = TD_DbPINVOKE.OdDbSectionSettings_hatchSpacing(swigCPtr, (int)nSecType, (int)nGeometry);
350 return ret;
351 }
352
353 public void setHatchSpacing(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, double fSpacing) {
354 TD_DbPINVOKE.OdDbSectionSettings_setHatchSpacing(swigCPtr, (int)nSecType, (int)nGeometry, fSpacing);
356 }
357
359 double ret = TD_DbPINVOKE.OdDbSectionSettings_hatchScale(swigCPtr, (int)nSecType, (int)nGeometry);
361 return ret;
362 }
363
364 public void setHatchScale(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, double fScale) {
365 TD_DbPINVOKE.OdDbSectionSettings_setHatchScale(swigCPtr, (int)nSecType, (int)nGeometry, fScale);
367 }
368
370 bool ret = TD_DbPINVOKE.OdDbSectionSettings_hiddenLine(swigCPtr, (int)nSecType, (int)nGeometry);
372 return ret;
373 }
374
375 public void setHiddenLine(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, bool bHiddenLine) {
376 TD_DbPINVOKE.OdDbSectionSettings_setHiddenLine(swigCPtr, (int)nSecType, (int)nGeometry, bHiddenLine);
378 }
379
381 bool ret = TD_DbPINVOKE.OdDbSectionSettings_divisionLines(swigCPtr, (int)nSecType, (int)nGeometry);
383 return ret;
384 }
385
386 public void setDivisionLines(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, bool bShow) {
387 TD_DbPINVOKE.OdDbSectionSettings_setDivisionLines(swigCPtr, (int)nSecType, (int)nGeometry, bShow);
389 }
390
391 protected static string getRealClassName(IntPtr /*SIMPLETYPE*/ ptr) {
392 string ret = TD_DbPINVOKE.OdDbSectionSettings_getRealClassName(ptr /*SIMPLETYPE*/);
394 return ret;
395 }
396
401 public bool vb_visibility(Teigha.TD.OdDbSectionSettings.SectionType nSecType, Teigha.TD.OdDbSectionSettings.Geometry nGeometry) { return this.visibility(nSecType, nGeometry); }
402
407 public string vb_linetype(Teigha.TD.OdDbSectionSettings.SectionType nSecType, Teigha.TD.OdDbSectionSettings.Geometry nGeometry) { return this.linetype(nSecType, nGeometry); }
408
414
420
421 [System.Flags] public enum SectionType {
422 kLiveSection = 0x1,
423 k2dSection = 0x2,
424 k3dSection = 0x4
425 }
426
427 [System.Flags] public enum Geometry {
429 kIntersectionFill = 0x2,
433 }
434
435 [System.Flags] public enum Generation {
436 kSourceAllObjects = 0x1,
440 kDestinationFile = 0x40
441 }
442
443}
444
445}
virtual OdGiDrawable.DrawableType drawableType()
static HandleRef getCPtr(OdRxClass obj)
Definition: OdRxClass.cs:25
static HandleRef getCPtr(OdRxObject obj)
Definition: OdRxObject.cs:26
static HandleRef getCPtr(OdCmColor obj)
Definition: OdCmColor.cs:26
static HandleRef getCPtr(OdDbDwgFiler obj)
Definition: OdDbDwgFiler.cs:26
static HandleRef getCPtr(OdDbDxfFiler obj)
Definition: OdDbDxfFiler.cs:26
static HandleRef getCPtr(OdDbObjectIdArray obj)
static HandleRef getCPtr(OdDbObjectId obj)
Definition: OdDbObjectId.cs:27
static new OdDbSectionSettings createObject()
bool visibility(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry)
void getSourceObjects(OdDbSectionSettings.SectionType nSecType, OdDbObjectIdArray ids)
override void dwgOutFields(OdDbDwgFiler pFiler)
void setHatchPattern(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, OdDbHatch.HatchPatternType nPatternType, String pszPatternName)
void setFaceTransparency(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, int nTransparency)
String layer(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry)
bool hatchVisibility(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry)
void setHatchVisibility(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, bool bVisible)
OdDbSectionSettings.Generation generationOptions(OdDbSectionSettings.SectionType nSecType)
bool vb_visibility(Teigha.TD.OdDbSectionSettings.SectionType nSecType, Teigha.TD.OdDbSectionSettings.Geometry nGeometry)
override void dxfOutFields(OdDbDxfFiler pFiler)
void setColor(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, OdCmColor color)
void setPlotStyleName(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, String pszPlotStyleName)
int faceTransparency(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry)
override OdResult dxfInFields(OdDbDxfFiler pFiler)
void setHatchAngle(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, double fAngle)
void setEdgeTransparency(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, int nTransparency)
bool hiddenLine(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry)
OdCmColor color(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry)
void setLineWeight(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, LineWeight nLineWeight)
static string getRealClassName(IntPtr ptr)
String destinationFile(OdDbSectionSettings.SectionType nSecType)
void getHatchPattern(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, out OdDbHatch.HatchPatternType nPatternType, ref string pszPatternName)
void setHatchScale(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, double fScale)
string vb_linetype(Teigha.TD.OdDbSectionSettings.SectionType nSecType, Teigha.TD.OdDbSectionSettings.Geometry nGeometry)
Teigha.Core.LineWeight vb_lineWeight(Teigha.TD.OdDbSectionSettings.SectionType nSecType, Teigha.TD.OdDbSectionSettings.Geometry nGeometry)
void setHatchSpacing(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, double fSpacing)
LineWeight lineWeight(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry)
void setDestinationBlock(OdDbSectionSettings.SectionType nSecType, OdDbObjectId id)
OdDbSectionSettings(IntPtr cPtr, bool cMemoryOwn)
override OdRxObject queryX(OdRxClass protocolClass)
void setCurrentSectionType(OdDbSectionSettings.SectionType nSecType)
double linetypeScale(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry)
double hatchScale(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry)
void setLinetypeScale(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, double fScale)
static HandleRef getCPtr(OdDbSectionSettings obj)
double hatchSpacing(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry)
OdDbObjectId destinationBlock(OdDbSectionSettings.SectionType nSecType)
void setVisibility(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, bool bVisible)
void setSourceObjects(OdDbSectionSettings.SectionType nSecType, OdDbObjectIdArray ids)
void setLinetype(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, String pszLinetype)
void setLayer(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, String pszLayer)
static OdDbSectionSettings cast(OdRxObject pObj)
void reset(OdDbSectionSettings.SectionType nSecType)
String plotStyleName(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry)
virtual Teigha.Core.OdGiDrawable.DrawableType vb_drawableType()
int edgeTransparency(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry)
virtual OdResult subGetClassID(IntPtr pClsid)
override OdResult dwgInFields(OdDbDwgFiler pFiler)
OdDbSectionSettings.SectionType currentSectionType()
void setDestinationFile(OdDbSectionSettings.SectionType nSecType, String pszFileName)
double hatchAngle(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry)
String linetype(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry)
override void Dispose(bool disposing)
void setGenerationOptions(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Generation nOptions)
void setHiddenLine(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, bool bHiddenLine)
bool divisionLines(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry)
void setDivisionLines(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, bool bShow)
static global::System.Exception Retrieve()
static IntPtr OdDbSectionSettings_cast(HandleRef jarg1)
static bool OdDbSectionSettings_divisionLines(HandleRef jarg1, int jarg2, int jarg3)
static IntPtr OdDbSectionSettings_queryX(HandleRef jarg1, HandleRef jarg2)
static void OdDbSectionSettings_setFaceTransparency(HandleRef jarg1, int jarg2, int jarg3, int jarg4)
static bool OdDbSectionSettings_hiddenLine(HandleRef jarg1, int jarg2, int jarg3)
static double OdDbSectionSettings_hatchScale(HandleRef jarg1, int jarg2, int jarg3)
static int OdDbSectionSettings_generationOptions(HandleRef jarg1, int jarg2)
static int OdDbSectionSettings_subGetClassID(HandleRef jarg1, IntPtr jarg2)
static int OdDbSectionSettings_currentSectionType(HandleRef jarg1)
static bool OdDbSectionSettings_hatchVisibility(HandleRef jarg1, int jarg2, int jarg3)
static void OdDbSectionSettings_setEdgeTransparency(HandleRef jarg1, int jarg2, int jarg3, int jarg4)
static void OdDbSectionSettings_setColor(HandleRef jarg1, int jarg2, int jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static void OdDbSectionSettings_setPlotStyleName(HandleRef jarg1, int jarg2, int jarg3, [MarshalAs(UnmanagedType.LPWStr)]String jarg4)
static void OdDbSectionSettings_setDivisionLines(HandleRef jarg1, int jarg2, int jarg3, bool jarg4)
static string OdDbSectionSettings_getRealClassName(IntPtr jarg1)
static String OdDbSectionSettings_linetype(HandleRef jarg1, int jarg2, int jarg3)
static int OdDbSectionSettings_dxfInFields(HandleRef jarg1, HandleRef jarg2)
static global::System.IntPtr OdDbSectionSettings_destinationBlock(HandleRef jarg1, int jarg2)
static void OdDbSectionSettings_setLinetypeScale(HandleRef jarg1, int jarg2, int jarg3, double jarg4)
static void OdDbSectionSettings_setHatchAngle(HandleRef jarg1, int jarg2, int jarg3, double jarg4)
static void OdDbSectionSettings_setLineWeight(HandleRef jarg1, int jarg2, int jarg3, int jarg4)
static void OdDbSectionSettings_setCurrentSectionType(HandleRef jarg1, int jarg2)
static IntPtr OdDbSectionSettings_isA(HandleRef jarg1)
static String OdDbSectionSettings_plotStyleName(HandleRef jarg1, int jarg2, int jarg3)
static void OdDbSectionSettings_setVisibility(HandleRef jarg1, int jarg2, int jarg3, bool jarg4)
static void OdDbSectionSettings_getHatchPattern(HandleRef jarg1, int jarg2, int jarg3, out OdDbHatch.HatchPatternType jarg4, ref IntPtr jarg5)
static String OdDbSectionSettings_destinationFile(HandleRef jarg1, int jarg2)
static int OdDbSectionSettings_lineWeight(HandleRef jarg1, int jarg2, int jarg3)
static void OdDbSectionSettings_setHatchVisibility(HandleRef jarg1, int jarg2, int jarg3, bool jarg4)
static IntPtr OdDbSectionSettings_desc()
static IntPtr OdDbSectionSettings_createObject()
static int OdDbSectionSettings_edgeTransparency(HandleRef jarg1, int jarg2, int jarg3)
static String OdDbSectionSettings_layer(HandleRef jarg1, int jarg2, int jarg3)
static void OdDbSectionSettings_setDestinationBlock(HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdDbSectionSettings_setHiddenLine(HandleRef jarg1, int jarg2, int jarg3, bool jarg4)
static bool OdDbSectionSettings_visibility(HandleRef jarg1, int jarg2, int jarg3)
static void OdDbSectionSettings_dwgOutFields(HandleRef jarg1, HandleRef jarg2)
static double OdDbSectionSettings_hatchSpacing(HandleRef jarg1, int jarg2, int jarg3)
static void delete_OdDbSectionSettings(HandleRef jarg1)
static void OdDbSectionSettings_reset__SWIG_0(HandleRef jarg1)
static void OdDbSectionSettings_reset__SWIG_1(HandleRef jarg1, int jarg2)
static double OdDbSectionSettings_hatchAngle(HandleRef jarg1, int jarg2, int jarg3)
static void OdDbSectionSettings_setGenerationOptions(HandleRef jarg1, int jarg2, int jarg3)
static void OdDbSectionSettings_setLinetype(HandleRef jarg1, int jarg2, int jarg3, [MarshalAs(UnmanagedType.LPWStr)]String jarg4)
static void OdDbSectionSettings_dxfOutFields(HandleRef jarg1, HandleRef jarg2)
static void OdDbSectionSettings_setSourceObjects(HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdDbSectionSettings_setDestinationFile(HandleRef jarg1, int jarg2, [MarshalAs(UnmanagedType.LPWStr)]String jarg3)
static void OdDbSectionSettings_setHatchScale(HandleRef jarg1, int jarg2, int jarg3, double jarg4)
static int OdDbSectionSettings_faceTransparency(HandleRef jarg1, int jarg2, int jarg3)
static void OdDbSectionSettings_setHatchPattern(HandleRef jarg1, int jarg2, int jarg3, int jarg4, [MarshalAs(UnmanagedType.LPWStr)]String jarg5)
static void OdDbSectionSettings_setLayer(HandleRef jarg1, int jarg2, int jarg3, [MarshalAs(UnmanagedType.LPWStr)]String jarg4)
static double OdDbSectionSettings_linetypeScale(HandleRef jarg1, int jarg2, int jarg3)
static global::System.IntPtr OdDbSectionSettings_color(HandleRef jarg1, int jarg2, int jarg3)
static void OdDbSectionSettings_setHatchSpacing(HandleRef jarg1, int jarg2, int jarg3, double jarg4)
static void OdDbSectionSettings_getSourceObjects(HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static int OdDbSectionSettings_dwgInFields(HandleRef jarg1, HandleRef jarg2)