Description
Detail thresholds as an aid for improving
performance when viewing in 3D. Using these thresholds, the viewer
sees varying degrees of detail on the models and graphics in the 3D
Graphics window, depending on the distance of the object from the
viewer.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property EnableDetailThreshold() As Boolean
|
[C#] |
public bool EnableDetailThreshold {get; set;}
|
[Managed C++] |
public: __property bool get_EnableDetailThreshold();
public: __property void set_EnableDetailThreshold(
bool
);
|
[Unmanaged C++] |
public: HRESULT get_EnableDetailThreshold(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_EnableDetailThreshold(
VARIANT_BOOL NewEnableDetailThreshold
);
|
[Java] |
public bool getEnableDetailThreshold();public void setEnableDetailThreshold(
bool
);
|
See Also