Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
OdDbSectionViewStyle.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 OdDbSectionViewStyle(IntPtr cPtr, bool cMemoryOwn) : base(TD_DbPINVOKE.OdDbSectionViewStyle_SWIGUpcast(cPtr), cMemoryOwn) {
22 swigCPtr = new HandleRef(this, cPtr);
23 }
24
25 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
26 public static HandleRef getCPtr(OdDbSectionViewStyle 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 OdDbSectionViewStyle cast(OdRxObject pObj) {// OdSmartPtr<OdDbSectionViewStyle>
44 MemoryManager mMan = MemoryManager.GetMemoryManager();
45 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
47
48 OdDbSectionViewStyle ret = null;
49 if (null != mTrans)
50 {
51 mTrans.AddObject((OdDbSectionViewStyle)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbSectionViewStyle),ptr, true));
52 ret = (OdDbSectionViewStyle)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbSectionViewStyle),ptr, false);
53 }
54 else
55 {
56 ret = (OdDbSectionViewStyle)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbSectionViewStyle),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.OdDbSectionViewStyle_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.OdDbSectionViewStyle_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.OdDbSectionViewStyle_queryX(swigCPtr, OdRxClass.getCPtr(protocolClass)),false); /*createInt 3_2*/
79
81 return ret;
82}
83
84 public new static OdDbSectionViewStyle createObject() {// OdSmartPtr<OdDbSectionViewStyle>
85 MemoryManager mMan = MemoryManager.GetMemoryManager();
86 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
88
89 OdDbSectionViewStyle ret = null;
90 if (null != mTrans)
91 {
92 mTrans.AddObject((OdDbSectionViewStyle)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbSectionViewStyle),ptr, true));
93 ret = (OdDbSectionViewStyle)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbSectionViewStyle),ptr, false);
94 }
95 else
96 {
97 ret = (OdDbSectionViewStyle)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbSectionViewStyle),ptr, true);
98 }
99
101 return ret;
102}
103
105 MemoryManager mMan = MemoryManager.GetMemoryManager();
106 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #27
108
109 OdDbObjectId ret = null;
110 if (null != mTrans)
111 {
112 mTrans.AddObject(new OdDbObjectId(ptr, true));
113 ret = new OdDbObjectId(ptr, false);
114 }
115 else
116 {
117 ret = new OdDbObjectId(ptr, true);
118 }
119
121 return ret;
122}
123
127 return ret;
128 }
129
133 return ret;
134 }
135
139 return ret;
140 }
141
142 public double identifierHeight() {
145 return ret;
146 }
147
148 public OdResult setIdentifierHeight(double height) {
151 return ret;
152 }
153
157 return ret;
158}
159
163 return ret;
164 }
165
167 MemoryManager mMan = MemoryManager.GetMemoryManager();
168 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #27
170
171 OdDbObjectId ret = null;
172 if (null != mTrans)
173 {
174 mTrans.AddObject(new OdDbObjectId(ptr, true));
175 ret = new OdDbObjectId(ptr, false);
176 }
177 else
178 {
179 ret = new OdDbObjectId(ptr, true);
180 }
181
183 return ret;
184}
185
189 return ret;
190 }
191
193 MemoryManager mMan = MemoryManager.GetMemoryManager();
194 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #27
196
197 OdDbObjectId ret = null;
198 if (null != mTrans)
199 {
200 mTrans.AddObject(new OdDbObjectId(ptr, true));
201 ret = new OdDbObjectId(ptr, false);
202 }
203 else
204 {
205 ret = new OdDbObjectId(ptr, true);
206 }
207
209 return ret;
210}
211
215 return ret;
216 }
217
221 return ret;
222 }
223
227 return ret;
228 }
229
230 public double arrowSymbolSize() {
233 return ret;
234 }
235
236 public OdResult setArrowSymbolSize(double size) {
239 return ret;
240 }
241
245 return ret;
246 }
247
251 return ret;
252 }
253
257 return ret;
258 }
259
263 return ret;
264 }
265
269 return ret;
270 }
271
275 return ret;
276 }
277
279 MemoryManager mMan = MemoryManager.GetMemoryManager();
280 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #27
282
283 OdDbObjectId ret = null;
284 if (null != mTrans)
285 {
286 mTrans.AddObject(new OdDbObjectId(ptr, true));
287 ret = new OdDbObjectId(ptr, false);
288 }
289 else
290 {
291 ret = new OdDbObjectId(ptr, true);
292 }
293
295 return ret;
296}
297
301 return ret;
302 }
303
307 return ret;
308 }
309
313 return ret;
314 }
315
319 return ret;
320 }
321
325 return ret;
326 }
327
329 MemoryManager mMan = MemoryManager.GetMemoryManager();
330 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #27
332
333 OdDbObjectId ret = null;
334 if (null != mTrans)
335 {
336 mTrans.AddObject(new OdDbObjectId(ptr, true));
337 ret = new OdDbObjectId(ptr, false);
338 }
339 else
340 {
341 ret = new OdDbObjectId(ptr, true);
342 }
343
345 return ret;
346}
347
351 return ret;
352 }
353
354 public double bendLineLength() {
357 return ret;
358 }
359
360 public OdResult setBendLineLength(double length) {
363 return ret;
364 }
365
366 public double endLineLength() {
369 return ret;
370 }
371
372 public OdResult setEndLineLength(double length) {
375 return ret;
376 }
377
379 MemoryManager mMan = MemoryManager.GetMemoryManager();
380 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #27
382
383 OdDbObjectId ret = null;
384 if (null != mTrans)
385 {
386 mTrans.AddObject(new OdDbObjectId(ptr, true));
387 ret = new OdDbObjectId(ptr, false);
388 }
389 else
390 {
391 ret = new OdDbObjectId(ptr, true);
392 }
393
395 return ret;
396}
397
401 return ret;
402 }
403
407 return ret;
408 }
409
413 return ret;
414 }
415
416 public double viewLabelTextHeight() {
419 return ret;
420 }
421
422 public OdResult setViewLabelTextHeight(double height) {
425 return ret;
426 }
427
428 public double viewLabelOffset() {
431 return ret;
432 }
433
434 public OdResult setViewLabelOffset(double offset) {
437 return ret;
438 }
439
443 return ret;
444 }
445
449 return ret;
450 }
451
455 return ret;
456 }
457
461 return ret;
462 }
463
467 return ret;
468}
469
473 return ret;
474}
475
479 return ret;
480}
481
485 return ret;
486 }
487
491 return ret;
492 }
493
495 string ret = TD_DbPINVOKE.OdDbSectionViewStyle_hatchPattern(swigCPtr);
497 return ret;
498}
499
503 return ret;
504 }
505
509 return ret;
510 }
511
515 return ret;
516 }
517
521 return ret;
522 }
523
527 return ret;
528 }
529
530 public double hatchScale() {
531 double ret = TD_DbPINVOKE.OdDbSectionViewStyle_hatchScale(swigCPtr);
533 return ret;
534 }
535
536 public OdResult setHatchScale(double scale) {
539 return ret;
540 }
541
543// csout array
545
547 return res;
548}
549
553 return ret;
554 }
555
559 return ret;
560 }
561
565 return ret;
566 }
567
568 public bool isContinuousLabeling() {
571 return ret;
572 }
573
574 public OdResult setContinuousLabeling(bool bValue) {
577 return ret;
578 }
579
580 public bool showArrowheads() {
583 return ret;
584 }
585
586 public OdResult setShowArrowheads(bool bValue) {
589 return ret;
590 }
591
592 public bool showViewLabel() {
595 return ret;
596 }
597
598 public OdResult setShowViewLabel(bool bValue) {
601 return ret;
602 }
603
604 public bool showAllPlaneLines() {
607 return ret;
608 }
609
610 public OdResult setShowAllPlaneLines(bool bValue) {
613 return ret;
614 }
615
619 return ret;
620 }
621
625 return ret;
626 }
627
628 public bool showEndAndBendLines() {
631 return ret;
632 }
633
634 public OdResult setShowEndAndBendLines(bool bValue) {
637 return ret;
638 }
639
640 public bool showHatching() {
643 return ret;
644 }
645
646 public OdResult setShowHatching(bool bValue) {
649 return ret;
650 }
651
655 return ret;
656 }
657
661 return ret;
662 }
663
664 public double viewIdentifierOffset() {
667 return ret;
668 }
669
670 public OdResult setViewIdentifierOffset(double offset) {
673 return ret;
674 }
675
679 return ret;
680 }
681
685 return ret;
686 }
687
688 public double endLineOvershoot() {
691 return ret;
692 }
693
694 public OdResult setEndLineOvershoot(double length) {
697 return ret;
698 }
699
700 public override OdDbObjectId postViewStyleToDb(OdDbDatabase pDb, String styleName) {
701 MemoryManager mMan = MemoryManager.GetMemoryManager();
702 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #27
703 IntPtr ptr = TD_DbPINVOKE.OdDbSectionViewStyle_postViewStyleToDb(swigCPtr, OdDbDatabase.getCPtr(pDb), styleName);
704
705 OdDbObjectId ret = null;
706 if (null != mTrans)
707 {
708 mTrans.AddObject(new OdDbObjectId(ptr, true));
709 ret = new OdDbObjectId(ptr, false);
710 }
711 else
712 {
713 ret = new OdDbObjectId(ptr, true);
714 }
715
717 return ret;
718}
719
720 protected static string getRealClassName(IntPtr /*SIMPLETYPE*/ ptr) {
721 string ret = TD_DbPINVOKE.OdDbSectionViewStyle_getRealClassName(ptr /*SIMPLETYPE*/);
723 return ret;
724 }
725
731
732 public enum IdentifierPosition {
738 }
739
740 public enum ArrowDirection {
743 }
744
745}
746
747}
static HandleRef getCPtr(OdCmTransparency obj)
static HandleRef getCPtr(OdGeDoubleArray obj)
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(OdDbDatabase obj)
Definition: OdDbDatabase.cs:26
static HandleRef getCPtr(OdDbField obj)
Definition: OdDbField.cs:26
static HandleRef getCPtr(OdDbObjectId obj)
Definition: OdDbObjectId.cs:27
virtual Teigha.Core.OdGiDrawable.DrawableType vb_drawableType()
OdResult setEndLineLength(double length)
OdResult setPlaneLineColor(OdCmColor color)
OdResult setShowViewLabel(bool bValue)
OdResult setHatchColor(OdCmColor color)
OdResult setHatchTransparency(OdCmTransparency transparency)
OdResult setHatchBackgroundColor(OdCmColor color)
OdDbSectionViewStyle.ArrowDirection arrowPosition()
OdResult setArrowSymbolExtensionLength(double length)
OdResult setArrowPosition(OdDbSectionViewStyle.ArrowDirection type)
OdResult setViewIdentifierPosition(OdDbSectionViewStyle.IdentifierPosition type)
OdResult setBendLineColor(OdCmColor color)
OdDbSectionViewStyle.IdentifierPosition viewIdentifierPosition()
OdResult setHatchAngles(OdGeDoubleArray angleArray)
OdResult setHatchScale(double scale)
OdResult setIdentifierExcludeCharacters(String str)
OdDbModelDocViewStyle.TextAlignment viewLabelAlignment()
OdResult setArrowSymbolColor(OdCmColor color)
OdResult setContinuousLabeling(bool bValue)
OdResult setIdentifierHeight(double height)
OdResult setViewLabelPattern(String pattern, OdDbField pField)
OdResult setBendLineLength(double length)
OdResult setViewLabelTextHeight(double height)
OdResult setPlaneLineTypeId(OdDbObjectId objId)
OdResult setViewLabelTextStyleId(OdDbObjectId objId)
static HandleRef getCPtr(OdDbSectionViewStyle obj)
OdResult setIdentifierColor(OdCmColor color)
OdResult setBendLineWeight(LineWeight lineweight)
static new OdDbSectionViewStyle createObject()
OdResult setViewIdentifierOffset(double offset)
OdResult setArrowEndSymbolId(OdDbObjectId arrowSymbolId)
OdResult setShowEndAndBendLines(bool bValue)
override void Dispose(bool disposing)
override OdRxObject queryX(OdRxClass protocolClass)
OdResult setViewLabelOffset(double offset)
OdResult setEndLineOvershoot(double length)
OdResult setArrowStartSymbolId(OdDbObjectId arrowSymbolId)
OdResult setShowArrowheads(bool bValue)
static OdDbSectionViewStyle cast(OdRxObject pObj)
OdResult setIdentifierStyleId(OdDbObjectId objId)
OdResult setShowAllBendIndentifiers(bool bValue)
static string getRealClassName(IntPtr ptr)
OdResult setViewLabelPattern(String pattern)
String getViewLabelPattern(OdDbField pField)
OdResult setArrowSymbolSize(double size)
OdDbModelDocViewStyle.AttachmentPoint viewLabelAttachment()
OdResult setShowHatching(bool bValue)
OdResult setHatchPattern(String pattern)
OdDbSectionViewStyle(IntPtr cPtr, bool cMemoryOwn)
OdResult setPlaneLineWeight(LineWeight lineweight)
override OdDbObjectId postViewStyleToDb(OdDbDatabase pDb, String styleName)
OdResult setViewLabelAlignment(OdDbModelDocViewStyle.TextAlignment alignment)
OdResult setViewLabelAttachment(OdDbModelDocViewStyle.AttachmentPoint attachment)
OdResult setViewLabelTextColor(OdCmColor color)
OdResult setShowAllPlaneLines(bool bValue)
OdResult setBendLineTypeId(OdDbObjectId objId)
static global::System.Exception Retrieve()
static global::System.IntPtr OdDbSectionViewStyle_hatchBackgroundColor(HandleRef jarg1)
static bool OdDbSectionViewStyle_showAllBendIndentifiers(HandleRef jarg1)
static String OdDbSectionViewStyle_viewLabelPattern(HandleRef jarg1)
static int OdDbSectionViewStyle_setViewIdentifierPosition(HandleRef jarg1, int jarg2)
static double OdDbSectionViewStyle_arrowSymbolExtensionLength(HandleRef jarg1)
static int OdDbSectionViewStyle_viewIdentifierPosition(HandleRef jarg1)
static String OdDbSectionViewStyle_getViewLabelPattern__SWIG_1(HandleRef jarg1)
static int OdDbSectionViewStyle_setContinuousLabeling(HandleRef jarg1, bool jarg2)
static IntPtr OdDbSectionViewStyle_createObject()
static bool OdDbSectionViewStyle_showViewLabel(HandleRef jarg1)
static int OdDbSectionViewStyle_viewLabelAttachment(HandleRef jarg1)
static int OdDbSectionViewStyle_planeLineWeight(HandleRef jarg1)
static global::System.IntPtr OdDbSectionViewStyle_identifierColor(HandleRef jarg1)
static IntPtr OdDbSectionViewStyle_queryX(HandleRef jarg1, HandleRef jarg2)
static int OdDbSectionViewStyle_setViewLabelTextColor(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdDbSectionViewStyle_setShowEndAndBendLines(HandleRef jarg1, bool jarg2)
static double OdDbSectionViewStyle_viewLabelOffset(HandleRef jarg1)
static global::System.IntPtr OdDbSectionViewStyle_postViewStyleToDb(HandleRef jarg1, HandleRef jarg2, [MarshalAs(UnmanagedType.LPWStr)]String jarg3)
static bool OdDbSectionViewStyle_showHatching(HandleRef jarg1)
static string OdDbSectionViewStyle_getRealClassName(IntPtr jarg1)
static global::System.IntPtr OdDbSectionViewStyle_planeLineTypeId(HandleRef jarg1)
static int OdDbSectionViewStyle_setViewLabelAttachment(HandleRef jarg1, int jarg2)
static int OdDbSectionViewStyle_setIdentifierColor(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdDbSectionViewStyle_setViewLabelOffset(HandleRef jarg1, double jarg2)
static int OdDbSectionViewStyle_setPlaneLineColor(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdDbSectionViewStyle_setViewLabelTextHeight(HandleRef jarg1, double jarg2)
static int OdDbSectionViewStyle_setBendLineColor(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static double OdDbSectionViewStyle_viewIdentifierOffset(HandleRef jarg1)
static int OdDbSectionViewStyle_setShowAllBendIndentifiers(HandleRef jarg1, bool jarg2)
static double OdDbSectionViewStyle_hatchScale(HandleRef jarg1)
static double OdDbSectionViewStyle_viewLabelTextHeight(HandleRef jarg1)
static int OdDbSectionViewStyle_setBendLineLength(HandleRef jarg1, double jarg2)
static IntPtr OdDbSectionViewStyle_cast(HandleRef jarg1)
static int OdDbSectionViewStyle_setEndLineLength(HandleRef jarg1, double jarg2)
static bool OdDbSectionViewStyle_showAllPlaneLines(HandleRef jarg1)
static global::System.IntPtr OdDbSectionViewStyle_hatchAngles(HandleRef jarg1)
static String OdDbSectionViewStyle_identifierExcludeCharacters(HandleRef jarg1)
static int OdDbSectionViewStyle_viewLabelAlignment(HandleRef jarg1)
static int OdDbSectionViewStyle_setHatchAngles(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdDbSectionViewStyle_setEndLineOvershoot(HandleRef jarg1, double jarg2)
static int OdDbSectionViewStyle_setHatchColor(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdDbSectionViewStyle_bendLineColor(HandleRef jarg1)
static double OdDbSectionViewStyle_endLineLength(HandleRef jarg1)
static global::System.IntPtr OdDbSectionViewStyle_arrowStartSymbolId(HandleRef jarg1)
static int OdDbSectionViewStyle_setPlaneLineWeight(HandleRef jarg1, int jarg2)
static IntPtr OdDbSectionViewStyle_isA(HandleRef jarg1)
static int OdDbSectionViewStyle_setViewLabelAlignment(HandleRef jarg1, int jarg2)
static global::System.IntPtr OdDbSectionViewStyle_hatchTransparency(HandleRef jarg1)
static int OdDbSectionViewStyle_setIdentifierExcludeCharacters(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static String OdDbSectionViewStyle_getViewLabelPattern__SWIG_0(HandleRef jarg1, HandleRef jarg2)
static int OdDbSectionViewStyle_setHatchBackgroundColor(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdDbSectionViewStyle_bendLineTypeId(HandleRef jarg1)
static int OdDbSectionViewStyle_arrowPosition(HandleRef jarg1)
static int OdDbSectionViewStyle_setShowArrowheads(HandleRef jarg1, bool jarg2)
static global::System.IntPtr OdDbSectionViewStyle_hatchColor(HandleRef jarg1)
static double OdDbSectionViewStyle_bendLineLength(HandleRef jarg1)
static int OdDbSectionViewStyle_setArrowSymbolExtensionLength(HandleRef jarg1, double jarg2)
static int OdDbSectionViewStyle_setPlaneLineTypeId(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool OdDbSectionViewStyle_showEndAndBendLines(HandleRef jarg1)
static int OdDbSectionViewStyle_setIdentifierStyleId(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdDbSectionViewStyle_setViewLabelTextStyleId(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static IntPtr OdDbSectionViewStyle_desc()
static global::System.IntPtr OdDbSectionViewStyle_viewLabelTextStyleId(HandleRef jarg1)
static int OdDbSectionViewStyle_setIdentifierHeight(HandleRef jarg1, double jarg2)
static bool OdDbSectionViewStyle_isContinuousLabeling(HandleRef jarg1)
static global::System.IntPtr OdDbSectionViewStyle_identifierStyleId(HandleRef jarg1)
static double OdDbSectionViewStyle_endLineOvershoot(HandleRef jarg1)
static void delete_OdDbSectionViewStyle(HandleRef jarg1)
static int OdDbSectionViewStyle_setArrowEndSymbolId(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdDbSectionViewStyle_setViewLabelPattern__SWIG_1(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static int OdDbSectionViewStyle_setBendLineWeight(HandleRef jarg1, int jarg2)
static int OdDbSectionViewStyle_setShowAllPlaneLines(HandleRef jarg1, bool jarg2)
static global::System.IntPtr OdDbSectionViewStyle_planeLineColor(HandleRef jarg1)
static int OdDbSectionViewStyle_setHatchPattern(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static global::System.IntPtr OdDbSectionViewStyle_arrowSymbolColor(HandleRef jarg1)
static int OdDbSectionViewStyle_setViewLabelPattern__SWIG_0(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2, HandleRef jarg3)
static int OdDbSectionViewStyle_setArrowStartSymbolId(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdDbSectionViewStyle_setBendLineTypeId(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static String OdDbSectionViewStyle_hatchPattern(HandleRef jarg1)
static int OdDbSectionViewStyle_setViewIdentifierOffset(HandleRef jarg1, double jarg2)
static int OdDbSectionViewStyle_setArrowSymbolColor(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static double OdDbSectionViewStyle_identifierHeight(HandleRef jarg1)
static double OdDbSectionViewStyle_arrowSymbolSize(HandleRef jarg1)
static int OdDbSectionViewStyle_setHatchTransparency(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdDbSectionViewStyle_setHatchScale(HandleRef jarg1, double jarg2)
static bool OdDbSectionViewStyle_showArrowheads(HandleRef jarg1)
static global::System.IntPtr OdDbSectionViewStyle_viewLabelTextColor(HandleRef jarg1)
static int OdDbSectionViewStyle_setArrowSymbolSize(HandleRef jarg1, double jarg2)
static int OdDbSectionViewStyle_setArrowPosition(HandleRef jarg1, int jarg2)
static int OdDbSectionViewStyle_setShowHatching(HandleRef jarg1, bool jarg2)
static int OdDbSectionViewStyle_bendLineWeight(HandleRef jarg1)
static global::System.IntPtr OdDbSectionViewStyle_arrowEndSymbolId(HandleRef jarg1)
static int OdDbSectionViewStyle_setShowViewLabel(HandleRef jarg1, bool jarg2)