SceneInteractorHeadlightEnabled Property |
Enables/Disables the headlight.
Namespace: OIV.Inventor.ViewerComponents.NodesAssembly: OIV.Inventor.ViewerComponents (in OIV.Inventor.ViewerComponents.dll) Version: 9.9.13.0.Release.908d87e0180ebfe7287e3e24da18328657f2aef7
Syntaxpublic bool HeadlightEnabled { get; set; }
Public Property HeadlightEnabled As Boolean
Get
Set
public:
property bool HeadlightEnabled {
bool get ();
void set (bool value);
}
member HeadlightEnabled : bool with get, set
Property Value
Type:
BooleanFlag which indicates if headlight is active.
See Also