Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
OdAsUndefined.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
17public class OdAsUndefined : OdAsSurface {
18 private Object locker = new Object();
19 private HandleRef swigCPtr;
20 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
21 public OdAsUndefined(IntPtr cPtr, bool cMemoryOwn) : base(TD_DbPINVOKE.OdAsUndefined_SWIGUpcast(cPtr), cMemoryOwn) {
22 swigCPtr = new HandleRef(this, cPtr);
23 }
24
25 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
26 public static HandleRef getCPtr(OdAsUndefined 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 Int16 m_GripsCountU {
44 set {
45 /*SIMPLETYPE*/
46 TD_DbPINVOKE.OdAsUndefined_m_GripsCountU_set(swigCPtr, value /*SIMPLETYPE*/);
48 }
49 get {
50 /*SIMPLETYPE*/
53 return ret;
54 }
55 }
56
57 public Int16 m_GripsCountV {
58 set {
59 /*SIMPLETYPE*/
60 TD_DbPINVOKE.OdAsUndefined_m_GripsCountV_set(swigCPtr, value /*SIMPLETYPE*/);
62 }
63 get {
64 /*SIMPLETYPE*/
67 return ret;
68 }
69 }
70
71 public double m_dSpan {
72 set {
75 }
76 get {
77 double ret = TD_DbPINVOKE.OdAsUndefined_m_dSpan_get(swigCPtr);
79 return ret;
80 }
81 }
82
83 public OdAsUndefined() : this(TD_DbPINVOKE.new_OdAsUndefined(), true) {
85 }
86
87 public override OdAsSurface.AsSurfType getType() {
90 return ret;
91 }
92
93 public override OdResult dwgInFields(OdDbDwgFiler pFiler) {
96 return ret;
97 }
98
99 public override void dwgOutFields(OdDbDwgFiler pFiler) {
102 }
103
104 public override OdResult dxfInFields(OdDbDxfFiler pFiler) {
107 return ret;
108 }
109
110 public override void dxfOutFields(OdDbDxfFiler pFiler) {
113 }
114
115}
116
117}
static HandleRef getCPtr(OdAsUndefined obj)
override void dwgOutFields(OdDbDwgFiler pFiler)
override void Dispose(bool disposing)
OdAsUndefined(IntPtr cPtr, bool cMemoryOwn)
override OdResult dwgInFields(OdDbDwgFiler pFiler)
override void dxfOutFields(OdDbDxfFiler pFiler)
override OdAsSurface.AsSurfType getType()
override OdResult dxfInFields(OdDbDxfFiler pFiler)
static HandleRef getCPtr(OdDbDwgFiler obj)
Definition: OdDbDwgFiler.cs:26
static HandleRef getCPtr(OdDbDxfFiler obj)
Definition: OdDbDxfFiler.cs:26
static global::System.Exception Retrieve()
static Int16 OdAsUndefined_m_GripsCountU_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdAsUndefined_dxfOutFields(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static int OdAsUndefined_dwgInFields(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static int OdAsUndefined_getType(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdAsUndefined_dwgOutFields(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static double OdAsUndefined_m_dSpan_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_OdAsUndefined(global::System.Runtime.InteropServices.HandleRef jarg1)
static Int16 OdAsUndefined_m_GripsCountV_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdAsUndefined_m_dSpan_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void OdAsUndefined_m_GripsCountU_set(global::System.Runtime.InteropServices.HandleRef jarg1, Int16 jarg2)
static int OdAsUndefined_dxfInFields(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static void OdAsUndefined_m_GripsCountV_set(global::System.Runtime.InteropServices.HandleRef jarg1, Int16 jarg2)