Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
CFxPreferences.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 PCAD_DOT_NET {
12
13using System;
14using System.Runtime.InteropServices;
15using Teigha.Core;
16using Teigha.TD;
17
18public class CFxPreferences : global::System.IDisposable {
19 private Object locker = new Object();
20 private HandleRef swigCPtr;
21 protected bool swigCMemOwn;
22 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
23 public CFxPreferences(IntPtr cPtr, bool cMemoryOwn) {
24 swigCMemOwn = cMemoryOwn;
25 swigCPtr = new HandleRef(this, cPtr);
26 }
27 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
28 public static HandleRef getCPtr(CFxPreferences obj) {
29 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
30 }
31
33 Dispose(false);
34 }
35
36 public void Dispose() {
37 Dispose(true);
38 global::System.GC.SuppressFinalize(this);
39 }
40
41 protected virtual void Dispose(bool disposing) {
42 lock(this) {
43 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
44 if (swigCMemOwn) {
45 swigCMemOwn = false;
47 }
48 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
49 }
50 }
51 }
52
53 public virtual CFxPreferencesDisplay Display() {
54 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxPreferences_Display(swigCPtr);
55 CFxPreferencesDisplay ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxPreferencesDisplay(cPtr, false);
57 return ret;
58 }
59
61 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxPreferences_Drafting(swigCPtr);
62 CFxPreferencesDrafting ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxPreferencesDrafting(cPtr, false);
64 return ret;
65 }
66
68 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxPreferences_DimensionPalette(swigCPtr);
69 CFxPreferencesDimensionPalette ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxPreferencesDimensionPalette(cPtr, false);
71 return ret;
72 }
73
75 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxPreferences_DimensionMove(swigCPtr);
76 CFxPreferencesDimensionMove ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxPreferencesDimensionMove(cPtr, false);
78 return ret;
79 }
80
82 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxPreferences_EntityMove(swigCPtr);
83 CFxPreferencesEntityMove ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxPreferencesEntityMove(cPtr, false);
85 return ret;
86 }
87
89 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxPreferences_HeadsUpDisplay(swigCPtr);
90 CFxPreferencesHeadsUpDisplay ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxPreferencesHeadsUpDisplay(cPtr, false);
92 return ret;
93 }
94
96 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxPreferences_OLEEditor(swigCPtr);
97 CFxPreferencesOLEEditor ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxPreferencesOLEEditor(cPtr, false);
99 return ret;
100 }
101
103 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxPreferences_OpenSave(swigCPtr);
104 CFxPreferencesOpenSave ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxPreferencesOpenSave(cPtr, false);
106 return ret;
107 }
108
109 public virtual CFxPreferencesOutput Output() {
110 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxPreferences_Output(swigCPtr);
111 CFxPreferencesOutput ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxPreferencesOutput(cPtr, false);
113 return ret;
114 }
115
117 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxPreferences_PlotSettings(swigCPtr);
118 CFxPreferencesPlotSettings ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxPreferencesPlotSettings(cPtr, false);
120 return ret;
121 }
122
124 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxPreferences_Selection(swigCPtr);
125 CFxPreferencesSelection ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxPreferencesSelection(cPtr, false);
127 return ret;
128 }
129
130 public virtual CFxPreferencesSystem Systems() {
131 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxPreferences_Systems(swigCPtr);
132 CFxPreferencesSystem ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxPreferencesSystem(cPtr, false);
134 return ret;
135 }
136
137 public virtual CFxPreferencesUser User() {
138 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxPreferences_User(swigCPtr);
139 CFxPreferencesUser ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxPreferencesUser(cPtr, false);
141 return ret;
142 }
143
145 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxPreferences_Enterpoint(swigCPtr);
146 CFxPreferencesEnterpoint ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxPreferencesEnterpoint(cPtr, false);
148 return ret;
149 }
150
152 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxPreferences_MatrixToolbar(swigCPtr);
153 CFxPreferencesMatrixToolbar ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxPreferencesMatrixToolbar(cPtr, false);
155 return ret;
156 }
157
158 public virtual CFxPreferencesHatch Hatch() {
159 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxPreferences_Hatch(swigCPtr);
160 CFxPreferencesHatch ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxPreferencesHatch(cPtr, false);
162 return ret;
163 }
164
166 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxPreferences_PackAndGo(swigCPtr);
167 CFxPreferencesPackAndGo ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxPreferencesPackAndGo(cPtr, false);
169 return ret;
170 }
171
173 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxPreferences_StandardCompliantDwg(swigCPtr);
174 CFxPreferencesDwgStandards ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxPreferencesDwgStandards(cPtr, false);
176 return ret;
177 }
178
180 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxPreferences_DesignResources(swigCPtr);
181 CFxPreferencesDesignResources ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxPreferencesDesignResources(cPtr, false);
183 return ret;
184 }
185
186 public virtual CFxPreferencesTablet Tablet() {
187 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxPreferences_Tablet(swigCPtr);
188 CFxPreferencesTablet ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxPreferencesTablet(cPtr, false);
190 return ret;
191 }
192
194 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxPreferences_DiscardDuplicatesSettings(swigCPtr);
195 CFxPreferencesDiscardDuplicatesSettings ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxPreferencesDiscardDuplicatesSettings(cPtr, false);
197 return ret;
198 }
199
201 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxPreferences_LayerStateSettings(swigCPtr);
202 CFxPreferencesLayerStateManager ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxPreferencesLayerStateManager(cPtr, false);
204 return ret;
205 }
206
208 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxPreferences_DynamicInputs(swigCPtr);
209 CFxPreferencesDynamicInputs ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxPreferencesDynamicInputs(cPtr, false);
211 return ret;
212 }
213
215 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxPreferences_AutocompleteSettings(swigCPtr);
216 CFxPreferencesAutocomplete ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxPreferencesAutocomplete(cPtr, false);
218 return ret;
219 }
220
222 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxPreferences_AdvancedAttEdit(swigCPtr);
223 CFxPreferencesAdvancedAttEdit ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxPreferencesAdvancedAttEdit(cPtr, false);
225 return ret;
226 }
227
229 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxPreferences_MLeaderSettings(swigCPtr);
230 CFxPreferencesMLeaderSettings ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxPreferencesMLeaderSettings(cPtr, false);
232 return ret;
233 }
234
236 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxPreferences_AutoSplitDimensions(swigCPtr);
237 CFxPreferencesAutoSplitDimensions ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxPreferencesAutoSplitDimensions(cPtr, false);
239 return ret;
240 }
241
243 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxPreferences_InputHistory(swigCPtr);
244 CFxPreferencesInputHistory ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxPreferencesInputHistory(cPtr, false);
246 return ret;
247 }
248
250 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxPreferences_LayerPallete(swigCPtr);
251 CFxPreferencesLayerPallete ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxPreferencesLayerPallete(cPtr, false);
253 return ret;
254 }
255
257 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxPreferences_CloudCommenting(swigCPtr);
258 CFxPreferencesCloudCommenting ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxPreferencesCloudCommenting(cPtr, false);
260 return ret;
261 }
262
264 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxPreferences_CloudStorage(swigCPtr);
265 CFxPreferencesCloudStorage ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxPreferencesCloudStorage(cPtr, false);
267 return ret;
268 }
269
271 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxPreferences_ContextualHelp(swigCPtr);
272 CFxPreferencesContextualHelp ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxPreferencesContextualHelp(cPtr, false);
274 return ret;
275 }
276
277}
278
279}
virtual CFxPreferencesOLEEditor OLEEditor()
virtual CFxPreferencesDrafting Drafting()
virtual CFxPreferencesOpenSave OpenSave()
virtual CFxPreferencesDynamicInputs DynamicInputs()
virtual CFxPreferencesAutocomplete AutocompleteSettings()
virtual CFxPreferencesLayerStateManager LayerStateSettings()
virtual CFxPreferencesTablet Tablet()
virtual CFxPreferencesPlotSettings PlotSettings()
virtual CFxPreferencesHatch Hatch()
virtual CFxPreferencesMatrixToolbar MatrixToolbar()
virtual CFxPreferencesInputHistory InputHistory()
virtual CFxPreferencesDimensionPalette DimensionPalette()
virtual CFxPreferencesDimensionMove DimensionMove()
virtual CFxPreferencesSystem Systems()
virtual CFxPreferencesAutoSplitDimensions AutoSplitDimensions()
virtual CFxPreferencesDwgStandards StandardCompliantDwg()
virtual CFxPreferencesPackAndGo PackAndGo()
virtual CFxPreferencesAdvancedAttEdit AdvancedAttEdit()
virtual CFxPreferencesOutput Output()
virtual CFxPreferencesSelection Selection()
virtual CFxPreferencesDiscardDuplicatesSettings DiscardDuplicatesSettings()
virtual CFxPreferencesDisplay Display()
virtual CFxPreferencesLayerPallete LayerPallete()
virtual CFxPreferencesCloudStorage CloudStorage()
static HandleRef getCPtr(CFxPreferences obj)
virtual CFxPreferencesEnterpoint Enterpoint()
virtual CFxPreferencesContextualHelp ContextualHelp()
CFxPreferences(IntPtr cPtr, bool cMemoryOwn)
virtual CFxPreferencesCloudCommenting CloudCommenting()
virtual CFxPreferencesHeadsUpDisplay HeadsUpDisplay()
virtual CFxPreferencesMLeaderSettings MLeaderSettings()
virtual CFxPreferencesDesignResources DesignResources()
virtual CFxPreferencesUser User()
virtual CFxPreferencesEntityMove EntityMove()
virtual void Dispose(bool disposing)
static global::System.IntPtr CFxPreferences_EntityMove(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferences_AutocompleteSettings(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferences_Systems(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferences_LayerStateSettings(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferences_User(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferences_Display(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_CFxPreferences(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferences_PlotSettings(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferences_MatrixToolbar(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferences_Drafting(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferences_StandardCompliantDwg(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferences_CloudCommenting(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferences_Hatch(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferences_Enterpoint(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferences_ContextualHelp(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferences_DiscardDuplicatesSettings(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferences_HeadsUpDisplay(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferences_AutoSplitDimensions(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferences_DynamicInputs(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferences_InputHistory(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferences_OLEEditor(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferences_Output(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferences_Selection(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferences_DesignResources(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferences_Tablet(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferences_DimensionPalette(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferences_OpenSave(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferences_AdvancedAttEdit(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferences_MLeaderSettings(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferences_CloudStorage(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferences_PackAndGo(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferences_LayerPallete(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferences_DimensionMove(global::System.Runtime.InteropServices.HandleRef jarg1)