Extended .NET SDK Documentation 2025 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
109
114
120
125
126 public virtual OdResult subGetClassID(IntPtr pClsid) {
127 OdResult ret = (OdResult)TD_DbPINVOKE.OdDbSectionSettings_subGetClassID(swigCPtr, pClsid /*SIMPLETYPE*/);
129 return ret;
130 }
131
136
141
147
152
158
163
168
173
179
184
190
195
197 bool ret = TD_DbPINVOKE.OdDbSectionSettings_visibility(swigCPtr, (int)nSecType, (int)nGeometry);
199 return ret;
200 }
201
202 public void setVisibility(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, bool bVisible) {
203 TD_DbPINVOKE.OdDbSectionSettings_setVisibility(swigCPtr, (int)nSecType, (int)nGeometry, bVisible);
205 }
206
208 OdCmColor ret = new OdCmColor(TD_DbPINVOKE.OdDbSectionSettings_color(swigCPtr, (int)nSecType, (int)nGeometry), true);
210 return ret;
211 }
212
217
219 string ret = TD_DbPINVOKE.OdDbSectionSettings_layer(swigCPtr, (int)nSecType, (int)nGeometry);
221 return ret;
222}
223
224 public void setLayer(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, String pszLayer) {
225 TD_DbPINVOKE.OdDbSectionSettings_setLayer(swigCPtr, (int)nSecType, (int)nGeometry, pszLayer);
227 }
228
230 string ret = TD_DbPINVOKE.OdDbSectionSettings_linetype(swigCPtr, (int)nSecType, (int)nGeometry);
232 return ret;
233}
234
235 public void setLinetype(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, String pszLinetype) {
236 TD_DbPINVOKE.OdDbSectionSettings_setLinetype(swigCPtr, (int)nSecType, (int)nGeometry, pszLinetype);
238 }
239
241 double ret = TD_DbPINVOKE.OdDbSectionSettings_linetypeScale(swigCPtr, (int)nSecType, (int)nGeometry);
243 return ret;
244 }
245
246 public void setLinetypeScale(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, double fScale) {
247 TD_DbPINVOKE.OdDbSectionSettings_setLinetypeScale(swigCPtr, (int)nSecType, (int)nGeometry, fScale);
249 }
250
252 string ret = TD_DbPINVOKE.OdDbSectionSettings_plotStyleName(swigCPtr, (int)nSecType, (int)nGeometry);
254 return ret;
255}
256
257 public void setPlotStyleName(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, String pszPlotStyleName) {
258 TD_DbPINVOKE.OdDbSectionSettings_setPlotStyleName(swigCPtr, (int)nSecType, (int)nGeometry, pszPlotStyleName);
260 }
261
267
269 TD_DbPINVOKE.OdDbSectionSettings_setLineWeight(swigCPtr, (int)nSecType, (int)nGeometry, (int)nLineWeight);
271 }
272
274 int ret = TD_DbPINVOKE.OdDbSectionSettings_faceTransparency(swigCPtr, (int)nSecType, (int)nGeometry);
276 return ret;
277 }
278
279 public void setFaceTransparency(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, int nTransparency) {
280 TD_DbPINVOKE.OdDbSectionSettings_setFaceTransparency(swigCPtr, (int)nSecType, (int)nGeometry, nTransparency);
282 }
283
285 int ret = TD_DbPINVOKE.OdDbSectionSettings_edgeTransparency(swigCPtr, (int)nSecType, (int)nGeometry);
287 return ret;
288 }
289
290 public void setEdgeTransparency(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, int nTransparency) {
291 TD_DbPINVOKE.OdDbSectionSettings_setEdgeTransparency(swigCPtr, (int)nSecType, (int)nGeometry, nTransparency);
293 }
294
296 bool ret = TD_DbPINVOKE.OdDbSectionSettings_hatchVisibility(swigCPtr, (int)nSecType, (int)nGeometry);
298 return ret;
299 }
300
301 public void setHatchVisibility(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, bool bVisible) {
302 TD_DbPINVOKE.OdDbSectionSettings_setHatchVisibility(swigCPtr, (int)nSecType, (int)nGeometry, bVisible);
304 }
305
306 public void getHatchPattern(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, out OdDbHatch.HatchPatternType nPatternType, ref string pszPatternName) {
307IntPtr tmp_pszPatternName = Marshal.StringToCoTaskMemUni(pszPatternName);
308 IntPtr saved_pszPatternName = tmp_pszPatternName;
309 try {
310 TD_DbPINVOKE.OdDbSectionSettings_getHatchPattern(swigCPtr, (int)nSecType, (int)nGeometry, out nPatternType, ref tmp_pszPatternName);
312 } finally {
313if (tmp_pszPatternName != saved_pszPatternName) pszPatternName = Marshal.PtrToStringUni(tmp_pszPatternName);
314 }
315 }
316
317 public void setHatchPattern(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, OdDbHatch.HatchPatternType nPatternType, String pszPatternName) {
318 TD_DbPINVOKE.OdDbSectionSettings_setHatchPattern(swigCPtr, (int)nSecType, (int)nGeometry, (int)nPatternType, pszPatternName);
320 }
321
323 double ret = TD_DbPINVOKE.OdDbSectionSettings_hatchAngle(swigCPtr, (int)nSecType, (int)nGeometry);
325 return ret;
326 }
327
328 public void setHatchAngle(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, double fAngle) {
329 TD_DbPINVOKE.OdDbSectionSettings_setHatchAngle(swigCPtr, (int)nSecType, (int)nGeometry, fAngle);
331 }
332
334 double ret = TD_DbPINVOKE.OdDbSectionSettings_hatchSpacing(swigCPtr, (int)nSecType, (int)nGeometry);
336 return ret;
337 }
338
339 public void setHatchSpacing(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, double fSpacing) {
340 TD_DbPINVOKE.OdDbSectionSettings_setHatchSpacing(swigCPtr, (int)nSecType, (int)nGeometry, fSpacing);
342 }
343
345 double ret = TD_DbPINVOKE.OdDbSectionSettings_hatchScale(swigCPtr, (int)nSecType, (int)nGeometry);
347 return ret;
348 }
349
350 public void setHatchScale(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, double fScale) {
351 TD_DbPINVOKE.OdDbSectionSettings_setHatchScale(swigCPtr, (int)nSecType, (int)nGeometry, fScale);
353 }
354
356 bool ret = TD_DbPINVOKE.OdDbSectionSettings_hiddenLine(swigCPtr, (int)nSecType, (int)nGeometry);
358 return ret;
359 }
360
361 public void setHiddenLine(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, bool bHiddenLine) {
362 TD_DbPINVOKE.OdDbSectionSettings_setHiddenLine(swigCPtr, (int)nSecType, (int)nGeometry, bHiddenLine);
364 }
365
367 bool ret = TD_DbPINVOKE.OdDbSectionSettings_divisionLines(swigCPtr, (int)nSecType, (int)nGeometry);
369 return ret;
370 }
371
372 public void setDivisionLines(OdDbSectionSettings.SectionType nSecType, OdDbSectionSettings.Geometry nGeometry, bool bShow) {
373 TD_DbPINVOKE.OdDbSectionSettings_setDivisionLines(swigCPtr, (int)nSecType, (int)nGeometry, bShow);
375 }
376
377 protected static string getRealClassName(IntPtr ptr) {
378 string ret = TD_DbPINVOKE.OdDbSectionSettings_getRealClassName(ptr /*SIMPLETYPE*/);
380 return ret;
381 }
382
387 public bool vb_visibility(Teigha.TD.OdDbSectionSettings.SectionType nSecType, Teigha.TD.OdDbSectionSettings.Geometry nGeometry) { return this.visibility(nSecType, nGeometry); }
388
393 public string vb_linetype(Teigha.TD.OdDbSectionSettings.SectionType nSecType, Teigha.TD.OdDbSectionSettings.Geometry nGeometry) { return this.linetype(nSecType, nGeometry); }
394
400
406
407 [System.Flags] public enum SectionType {
408 kLiveSection = 0x1,
409 k2dSection = 0x2,
410 k3dSection = 0x4
411 }
412
413 [System.Flags] public enum Geometry {
415 kIntersectionFill = 0x2,
419 }
420
421 [System.Flags] public enum Generation {
422 kSourceAllObjects = 0x1,
426 kDestinationFile = 0x40
427 }
428
429}
430
431}
virtual OdGiDrawable.DrawableType drawableType()
static HandleRef getCPtr(OdRxClass obj)
Definition OdRxClass.cs:25
OdRxObject(IntPtr cPtr, bool cMemoryOwn)
Definition OdRxObject.cs:21
static HandleRef getCPtr(OdRxObject obj)
Definition OdRxObject.cs:26
static HandleRef getCPtr(OdCmColor obj)
Definition OdCmColor.cs:26
static HandleRef getCPtr(OdDbDwgFiler obj)
static HandleRef getCPtr(OdDbDxfFiler obj)
static HandleRef getCPtr(OdDbObjectIdArray obj)
static HandleRef getCPtr(OdDbObjectId obj)
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)