This document is archived and information here might be outdated. Recommended version. |
Indicates if the level of detail is under manual control.
[Visual Basic .NET]
Public Property ManualLOD As Boolean
[C#]
public bool ManualLOD {get; set;}
[C++]
HRESULT get_ManualLOD(
Boolean* pbManual
);
[C++]
HRESULT put_ManualLOD(
VARIANT_BOOL pbManual
);
[C++] Parameters pbManual [out, retval]
pbManual is a parameter of type bool* pbManual [in]
pbManual is a parameter of type bool