Extended .NET SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
CFxPreferencesDisplay.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 CFxPreferencesDisplay : 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 CFxPreferencesDisplay(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(CFxPreferencesDisplay 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
58
63
69
74
80
85
91
96
102
107
113
118
124
129
135
140
146
151
157
162
168
173
174 public virtual Int32 GetDockedVisibleLines() {
175// test csout
176 /*SIMPLETYPE*/
179 return ret;
180 }
181
186
187 public virtual UInt32 GetGraphicsWinModelBackgrndColor() {
188// test csout
189 /*SIMPLETYPE*/
192 return ret;
193 }
194
199
200 public virtual UInt32 GetModelCrosshairColor() {
201// test csout
202 /*SIMPLETYPE*/
205 return ret;
206 }
207
212
213 public virtual UInt32 GetGraphicsWinLayoutBackgrndColor() {
214// test csout
215 /*SIMPLETYPE*/
218 return ret;
219 }
220
225
226 public virtual UInt32 GetTextWinBackgrndColor() {
227// test csout
228 /*SIMPLETYPE*/
231 return ret;
232 }
233
238
239 public virtual UInt32 GetTextWinTextColor() {
240// test csout
241 /*SIMPLETYPE*/
244 return ret;
245 }
246
247 public virtual void SetTextWinTextColor(UInt32 /*SIMPLETYPE cstype*/ value) {
250 }
251
252 public virtual UInt32 GetLayoutCrosshairColor() {
253// test csout
254 /*SIMPLETYPE*/
257 return ret;
258 }
259
264
265 public virtual UInt32 GetViewportControlColor() {
266// test csout
267 /*SIMPLETYPE*/
270 return ret;
271 }
272
277
278 public virtual UInt32 GetAutoTrackingVecColor() {
279// test csout
280 /*SIMPLETYPE*/
283 return ret;
284 }
285
290
291 public virtual UInt32 GetLayoutAutoTrackingVecColor() {
292// test csout
293 /*SIMPLETYPE*/
296 return ret;
297 }
298
303
309
314
315 public virtual Int32 GetTextFontStyle() {
316// test csout
317 /*SIMPLETYPE*/
320 return ret;
321 }
322
323 public virtual void SetTextFontStyle(Int32 /*SIMPLETYPE cstype*/ value) {
326 }
327
328 public virtual Int32 GetTextFontSize() {
329// test csout
330 /*SIMPLETYPE*/
333 return ret;
334 }
335
336 public virtual void SetTextFontSize(Int32 /*SIMPLETYPE cstype*/ value) {
339 }
340
341 public virtual Int32 GetHistoryLines() {
342// test csout
343 /*SIMPLETYPE*/
346 return ret;
347 }
348
349 public virtual void SetHistoryLines(Int32 /*SIMPLETYPE cstype*/ value) {
352 }
353
359
364
365 public virtual UInt32 GetCrosshairXAxisColor() {
366// test csout
367 /*SIMPLETYPE*/
370 return ret;
371 }
372
373 public virtual void SetCrosshairXAxisColor(UInt32 /*SIMPLETYPE cstype*/ color) {
374 PCADGlobalsPINVOKE.CFxPreferencesDisplay_SetCrosshairXAxisColor(swigCPtr, color /*SIMPLETYPE csin*/);
376 }
377
378 public virtual UInt32 GetCrosshairYAxisColor() {
379// test csout
380 /*SIMPLETYPE*/
383 return ret;
384 }
385
386 public virtual void SetCrosshairYAxisColor(UInt32 /*SIMPLETYPE cstype*/ color) {
387 PCADGlobalsPINVOKE.CFxPreferencesDisplay_SetCrosshairYAxisColor(swigCPtr, color /*SIMPLETYPE csin*/);
389 }
390
391 public virtual UInt32 GetCrosshairZAxisColor() {
392// test csout
393 /*SIMPLETYPE*/
396 return ret;
397 }
398
399 public virtual void SetCrosshairZAxisColor(UInt32 /*SIMPLETYPE cstype*/ color) {
400 PCADGlobalsPINVOKE.CFxPreferencesDisplay_SetCrosshairZAxisColor(swigCPtr, color /*SIMPLETYPE csin*/);
402 }
403
404 public virtual UInt32 GetDynamicHighlightColor() {
405// test csout
406 /*SIMPLETYPE*/
409 return ret;
410 }
411
412 public virtual void SetDynamicHighlightColor(UInt32 /*SIMPLETYPE cstype*/ color) {
413 PCADGlobalsPINVOKE.CFxPreferencesDisplay_SetDynamicHighlightColor(swigCPtr, color /*SIMPLETYPE csin*/);
415 }
416
417 public virtual UInt32 GetSelectedEntityColor() {
418// test csout
419 /*SIMPLETYPE*/
422 return ret;
423 }
424
425 public virtual void SetSelectedEntityColor(UInt32 /*SIMPLETYPE cstype*/ color) {
426 PCADGlobalsPINVOKE.CFxPreferencesDisplay_SetSelectedEntityColor(swigCPtr, color /*SIMPLETYPE csin*/);
428 }
429
435
440
446
451
457
462
463 public virtual Int32 GetPropertiesWindowDisplayMode() {
464// test csout
465 /*SIMPLETYPE*/
468 return ret;
469 }
470
471 public virtual void SetPropertiesWindowDisplayMode(Int32 /*SIMPLETYPE cstype*/ bMode) {
474 }
475
476 public virtual Int32 GetLargeToolbarsIconSize() {
477// test csout
478 /*SIMPLETYPE*/
481 return ret;
482 }
483
484 public virtual void SetLargeToolbarsIconSize(Int32 /*SIMPLETYPE cstype*/ iSize) {
485 PCADGlobalsPINVOKE.CFxPreferencesDisplay_SetLargeToolbarsIconSize(swigCPtr, iSize /*SIMPLETYPE csin*/);
487 }
488
489 public virtual Int32 GetSmallToolbarsIconSize() {
490// test csout
491 /*SIMPLETYPE*/
494 return ret;
495 }
496
497 public virtual void SetSmallToolbarsIconSize(Int32 /*SIMPLETYPE cstype*/ iSize) {
498 PCADGlobalsPINVOKE.CFxPreferencesDisplay_SetSmallToolbarsIconSize(swigCPtr, iSize /*SIMPLETYPE csin*/);
500 }
501
502 public virtual Int32 GetLargeRibbonBigButtonIconSize() {
503// test csout
504 /*SIMPLETYPE*/
507 return ret;
508 }
509
510 public virtual void SetLargeRibbonBigButtonIconSize(Int32 /*SIMPLETYPE cstype*/ iSize) {
513 }
514
515 public virtual Int32 GetSmallRibbonBigButtonIconSize() {
516// test csout
517 /*SIMPLETYPE*/
520 return ret;
521 }
522
523 public virtual void SetSmallRibbonBigButtonIconSize(Int32 /*SIMPLETYPE cstype*/ iSize) {
526 }
527
528 public virtual Int32 GetLargeRibbonSmallButtonIconSize() {
529// test csout
530 /*SIMPLETYPE*/
533 return ret;
534 }
535
540
541 public virtual Int32 GetSmallRibbonSmallButtonIconSize() {
542// test csout
543 /*SIMPLETYPE*/
546 return ret;
547 }
548
553
559
564
565 public virtual UInt32 GetRefeditBackgrndColor() {
566// test csout
567 /*SIMPLETYPE*/
570 return ret;
571 }
572
577
578 public virtual Int32 GetOptionsToolbarMode() {
579// test csout
580 /*SIMPLETYPE*/
583 return ret;
584 }
585
586 public virtual void SetOptionsToolbarMode(Int32 /*SIMPLETYPE cstype*/ bMode) {
587 PCADGlobalsPINVOKE.CFxPreferencesDisplay_SetOptionsToolbarMode(swigCPtr, bMode /*SIMPLETYPE csin*/);
589 }
590
596
601
607
612
618
623
629
634
640
645
646 public virtual UInt32 GetQuickInputBkgColor() {
647// test csout
648 /*SIMPLETYPE*/
651 return ret;
652 }
653
658
659 public virtual UInt32 GetQuickInputBorderColor() {
660// test csout
661 /*SIMPLETYPE*/
664 return ret;
665 }
666
671
672 public virtual UInt32 GetQuickInputTextColor() {
673// test csout
674 /*SIMPLETYPE*/
677 return ret;
678 }
679
684
685 public virtual UInt32 GetQuickInputDimLinesColor() {
686// test csout
687 /*SIMPLETYPE*/
690 return ret;
691 }
692
697
703
708
714
719
725
730
731 public virtual UInt32 Get3DSnapMarkerColor() {
732// test csout
733 /*SIMPLETYPE*/
736 return ret;
737 }
738
739 public virtual void Set3DSnapMarkerColor(UInt32 /*SIMPLETYPE cstype*/ color) {
740 PCADGlobalsPINVOKE.CFxPreferencesDisplay_Set3DSnapMarkerColor(swigCPtr, color /*SIMPLETYPE csin*/);
742 }
743
749
754
760
765
771
776
782
787
788}
789
790}
virtual void SetGraphicsWinModelBackgrndColor(UInt32 value)
virtual void SetRibbonMinimizedMode(bool bRibbonMinimized)
virtual void SetGraphicsWinLayoutBackgrndColor(UInt32 value)
static HandleRef getCPtr(CFxPreferencesDisplay obj)
virtual void SetQuickInputBkgColor(UInt32 value)
virtual void SetHistoryLines(Int32 value)
virtual void SetCrosshairZAxisColor(UInt32 color)
virtual void SetSmallRibbonBigButtonIconSize(Int32 iSize)
virtual void SetRefeditBackgrndColor(UInt32 value)
virtual void SetDockedVisibleLines(Int32 value)
virtual void SetTextFontStyle(Int32 value)
virtual void SetCrosshairTintMode(bool bTintMode)
virtual void SetDisplayLayoutTabs(bool value)
virtual void SetTextWinBackgrndColor(UInt32 value)
virtual void SetLayoutCrosshairColor(UInt32 value)
virtual void SetRibbonCustomizeButtonVisible(bool bRibbonCustBtVisible)
virtual void Dispose(bool disposing)
virtual void SetLayoutDisplayMargins(bool value)
virtual void SetLargeRibbonBigButtonIconSize(Int32 iSize)
virtual void SetQuickInputBorderColor(UInt32 value)
virtual void SetEntitySelectionHighlightOpacity(double value)
virtual void SetLayoutShowPlotSetup(bool value)
virtual void SetDisplayScreenMenu(bool value)
virtual void SetViewportControlColor(UInt32 value)
virtual void SetRibbonDisplayMode(bool bRibbon)
virtual void SetUseDashedEntitySelection(bool value)
virtual void SetEntitySelectionHighlightThickness(double value)
virtual void SetDisplayScrollBars(bool value)
virtual void SetTextFontSize(Int32 value)
virtual void SetTextWinTextColor(UInt32 value)
virtual void SetLineTypeShowDetails(bool bShowDetails)
virtual void SetLargeRibbonSmallButtonIconSize(Int32 iSize)
CFxPreferencesDisplay(IntPtr cPtr, bool cMemoryOwn)
virtual void SetDisplayOptionToolbar(bool bDisplay)
virtual void SetDisplayPaletteHideDelay(int value)
virtual void SetSmallRibbonSmallButtonIconSize(Int32 iSize)
virtual void SetOptionsToolbarMode(Int32 bMode)
virtual void SetQuickInputDimLinesColor(UInt32 value)
virtual void SetStyleMode(CFxUIStyle.UIStyle bDarkStyle)
virtual void SetDynamicHighlightColor(UInt32 color)
virtual void SetUseLargeToolbarsButtons(bool bLargeButtons)
virtual void SetSelectedEntityColor(UInt32 color)
virtual void Set3DSnapMarkerColor(UInt32 color)
virtual void SetLargeToolbarsIconSize(Int32 iSize)
virtual void SetLayoutDisplayPaperShadow(bool value)
virtual void SetPropertiesWindowDisplayMode(Int32 bMode)
virtual void SetAngBaseTrackerActivationValue(bool value)
virtual void SetLayoutDisplayPaper(bool value)
virtual void SetSmallToolbarsIconSize(Int32 iSize)
virtual void SetLayoutAutoTrackingVecColor(UInt32 value)
virtual void SetColorComboBoxSortMode(bool bMode)
virtual void SetModelCrosshairColor(UInt32 value)
virtual void SetCrosshairYAxisColor(UInt32 color)
virtual void SetDisplayPaletteShowDelay(int value)
virtual void SetRibbonWorkspaceVisible(bool bRibbonWSVisible)
virtual void SetPaletteIcons(bool bEnabled)
virtual void SetTextFont(CFxString value)
virtual void SetAutoTrackingVecColor(UInt32 value)
virtual void SetQuickInputTextColor(UInt32 value)
virtual void SetCLExtensionConstantWithViewport(bool bConstant)
virtual void SetCrosshairXAxisColor(UInt32 color)
virtual void SetLayoutCreateViewport(bool value)
virtual void SetTrueColorImages(bool value)
virtual CFxUIStyle.UIStyle GetStyleMode()
static HandleRef getCPtr(CFxString obj)
Definition CFxString.cs:28
static Int32 CFxPreferencesDisplay_GetLargeRibbonBigButtonIconSize(global::System.Runtime.InteropServices.HandleRef jarg1)
static Int32 CFxPreferencesDisplay_GetTextFontStyle(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesDisplay_SetLayoutCrosshairColor(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static void CFxPreferencesDisplay_SetDisplayPaletteHideDelay(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static UInt32 CFxPreferencesDisplay_GetModelCrosshairColor(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesDisplay_SetAngBaseTrackerActivationValue(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesDisplay_SetCrosshairZAxisColor(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static void CFxPreferencesDisplay_Set3DSnapMarkerColor(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static global::System.IntPtr CFxPreferencesDisplay_GetTextFont(global::System.Runtime.InteropServices.HandleRef jarg1)
static UInt32 CFxPreferencesDisplay_GetSelectedEntityColor(global::System.Runtime.InteropServices.HandleRef jarg1)
static UInt32 CFxPreferencesDisplay_GetDynamicHighlightColor(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesDisplay_GetDisplayScrollBars(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesDisplay_GetRibbonMinimizedMode(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesDisplay_SetRibbonMinimizedMode(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesDisplay_SetLayoutDisplayPaperShadow(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesDisplay_SetQuickInputBorderColor(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static bool CFxPreferencesDisplay_GetLayoutDisplayPaper(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesDisplay_GetLayoutDisplayMargins(global::System.Runtime.InteropServices.HandleRef jarg1)
static Int32 CFxPreferencesDisplay_GetTextFontSize(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesDisplay_SetQuickInputTextColor(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static void CFxPreferencesDisplay_SetLineTypeShowDetails(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool CFxPreferencesDisplay_GetDisplayOptionToolbar(global::System.Runtime.InteropServices.HandleRef jarg1)
static UInt32 CFxPreferencesDisplay_GetRefeditBackgrndColor(global::System.Runtime.InteropServices.HandleRef jarg1)
static int CFxPreferencesDisplay_GetDisplayPaletteHideDelay(global::System.Runtime.InteropServices.HandleRef jarg1)
static UInt32 CFxPreferencesDisplay_GetQuickInputBorderColor(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesDisplay_SetRefeditBackgrndColor(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static void CFxPreferencesDisplay_SetEntitySelectionHighlightOpacity(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void CFxPreferencesDisplay_SetGripAlpha(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static void CFxPreferencesDisplay_SetSmallToolbarsIconSize(global::System.Runtime.InteropServices.HandleRef jarg1, Int32 jarg2)
static double CFxPreferencesDisplay_GetEntitySelectionHighlightThickness(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesDisplay_SetAutoTrackingVecColor(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static UInt32 CFxPreferencesDisplay_GetTextWinBackgrndColor(global::System.Runtime.InteropServices.HandleRef jarg1)
static UInt32 CFxPreferencesDisplay_GetQuickInputBkgColor(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesDisplay_GetLayoutDisplayPaperShadow(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesDisplay_GetAngBaseTrackerActivationValue(global::System.Runtime.InteropServices.HandleRef jarg1)
static Int32 CFxPreferencesDisplay_GetSmallRibbonSmallButtonIconSize(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesDisplay_SetQuickInputBkgColor(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static int CFxPreferencesDisplay_GetGripAlpha(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesDisplay_GetLayoutCreateViewport(global::System.Runtime.InteropServices.HandleRef jarg1)
static Int32 CFxPreferencesDisplay_GetLargeRibbonSmallButtonIconSize(global::System.Runtime.InteropServices.HandleRef jarg1)
static UInt32 CFxPreferencesDisplay_GetQuickInputDimLinesColor(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesDisplay_SetStyleMode(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static UInt32 CFxPreferencesDisplay_GetGraphicsWinModelBackgrndColor(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesDisplay_SetHistoryLines(global::System.Runtime.InteropServices.HandleRef jarg1, Int32 jarg2)
static bool CFxPreferencesDisplay_GetRibbonWorkspaceVisible(global::System.Runtime.InteropServices.HandleRef jarg1)
static UInt32 CFxPreferencesDisplay_GetLayoutCrosshairColor(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesDisplay_SetGraphicsWinModelBackgrndColor(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static void CFxPreferencesDisplay_SetModelCrosshairColor(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static int CFxPreferencesDisplay_GetStyleMode(global::System.Runtime.InteropServices.HandleRef jarg1)
static UInt32 CFxPreferencesDisplay_GetGraphicsWinLayoutBackgrndColor(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesDisplay_SetLayoutDisplayPaper(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool CFxPreferencesDisplay_GetLineTypeShowDetails(global::System.Runtime.InteropServices.HandleRef jarg1)
static Int32 CFxPreferencesDisplay_GetPropertiesWindowDisplayMode(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesDisplay_GetRibbonDisplayMode(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesDisplay_SetDisplayOptionToolbar(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesDisplay_SetLayoutShowPlotSetup(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesDisplay_SetCrosshairYAxisColor(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static void CFxPreferencesDisplay_SetOptionsToolbarMode(global::System.Runtime.InteropServices.HandleRef jarg1, Int32 jarg2)
static UInt32 CFxPreferencesDisplay_GetLayoutAutoTrackingVecColor(global::System.Runtime.InteropServices.HandleRef jarg1)
static UInt32 CFxPreferencesDisplay_GetTextWinTextColor(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesDisplay_SetLargeRibbonSmallButtonIconSize(global::System.Runtime.InteropServices.HandleRef jarg1, Int32 jarg2)
static void delete_CFxPreferencesDisplay(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesDisplay_GetRibbonCustomizeButtonVisible(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesDisplay_SetSmallRibbonBigButtonIconSize(global::System.Runtime.InteropServices.HandleRef jarg1, Int32 jarg2)
static void CFxPreferencesDisplay_SetCLExtensionConstantWithViewport(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesDisplay_SetCrosshairTintMode(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static UInt32 CFxPreferencesDisplay_GetCrosshairZAxisColor(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesDisplay_SetColorComboBoxSortMode(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesDisplay_SetLayoutAutoTrackingVecColor(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static int CFxPreferencesDisplay_GetDisplayPaletteShowDelay(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesDisplay_SetTextFontSize(global::System.Runtime.InteropServices.HandleRef jarg1, Int32 jarg2)
static void CFxPreferencesDisplay_SetEntitySelectionHighlightThickness(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static UInt32 CFxPreferencesDisplay_GetQuickInputTextColor(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesDisplay_SetTrueColorImages(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesDisplay_SetViewportControlColor(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static bool CFxPreferencesDisplay_GetCrosshairTintMode(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesDisplay_SetUseLargeToolbarsButtons(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesDisplay_SetRibbonWorkspaceVisible(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static UInt32 CFxPreferencesDisplay_GetViewportControlColor(global::System.Runtime.InteropServices.HandleRef jarg1)
static Int32 CFxPreferencesDisplay_GetLargeToolbarsIconSize(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesDisplay_GetTrueColorImages(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesDisplay_GetDisplayLayoutTabs(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesDisplay_SetRibbonDisplayMode(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool CFxPreferencesDisplay_GetUseLargeToolbarsButtons(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesDisplay_SetDisplayScrollBars(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesDisplay_SetTextFont(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxPreferencesDisplay_SetQuickInputDimLinesColor(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static Int32 CFxPreferencesDisplay_GetSmallRibbonBigButtonIconSize(global::System.Runtime.InteropServices.HandleRef jarg1)
static Int32 CFxPreferencesDisplay_GetSmallToolbarsIconSize(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesDisplay_SetCrosshairXAxisColor(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static bool CFxPreferencesDisplay_GetColorComboBoxSortMode(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesDisplay_SetGraphicsWinLayoutBackgrndColor(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static void CFxPreferencesDisplay_SetDockedVisibleLines(global::System.Runtime.InteropServices.HandleRef jarg1, Int32 jarg2)
static void CFxPreferencesDisplay_SetLargeRibbonBigButtonIconSize(global::System.Runtime.InteropServices.HandleRef jarg1, Int32 jarg2)
static bool CFxPreferencesDisplay_GetLayoutShowPlotSetup(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesDisplay_SetDynamicHighlightColor(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static void CFxPreferencesDisplay_SetSelectedEntityColor(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static UInt32 CFxPreferencesDisplay_GetCrosshairXAxisColor(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesDisplay_SetLayoutCreateViewport(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesDisplay_SetDisplayLayoutTabs(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool CFxPreferencesDisplay_GetUseDashedEntitySelection(global::System.Runtime.InteropServices.HandleRef jarg1)
static Int32 CFxPreferencesDisplay_GetDockedVisibleLines(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesDisplay_SetSmallRibbonSmallButtonIconSize(global::System.Runtime.InteropServices.HandleRef jarg1, Int32 jarg2)
static void CFxPreferencesDisplay_SetRibbonCustomizeButtonVisible(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesDisplay_SetTextFontStyle(global::System.Runtime.InteropServices.HandleRef jarg1, Int32 jarg2)
static void CFxPreferencesDisplay_SetPropertiesWindowDisplayMode(global::System.Runtime.InteropServices.HandleRef jarg1, Int32 jarg2)
static bool CFxPreferencesDisplay_GetDisplayScreenMenu(global::System.Runtime.InteropServices.HandleRef jarg1)
static Int32 CFxPreferencesDisplay_GetHistoryLines(global::System.Runtime.InteropServices.HandleRef jarg1)
static double CFxPreferencesDisplay_GetEntitySelectionHighlightOpacity(global::System.Runtime.InteropServices.HandleRef jarg1)
static UInt32 CFxPreferencesDisplay_Get3DSnapMarkerColor(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesDisplay_SetLayoutDisplayMargins(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesDisplay_SetLargeToolbarsIconSize(global::System.Runtime.InteropServices.HandleRef jarg1, Int32 jarg2)
static void CFxPreferencesDisplay_SetDisplayPaletteShowDelay(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static void CFxPreferencesDisplay_SetPaletteIcons(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static UInt32 CFxPreferencesDisplay_GetCrosshairYAxisColor(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesDisplay_SetTextWinBackgrndColor(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static bool CFxPreferencesDisplay_GetPaletteIcons(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesDisplay_SetDisplayScreenMenu(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static UInt32 CFxPreferencesDisplay_GetAutoTrackingVecColor(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesDisplay_GetCLExtensionConstantWithViewport(global::System.Runtime.InteropServices.HandleRef jarg1)
static Int32 CFxPreferencesDisplay_GetOptionsToolbarMode(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesDisplay_SetUseDashedEntitySelection(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesDisplay_SetTextWinTextColor(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)