SceneExaminerSeekModeEventArgsActive Property |
Gets the current state of the seek animation.
Namespace: OIV.Inventor.ViewerComponents.NodesAssembly: OIV.Inventor.ViewerComponents (in OIV.Inventor.ViewerComponents.dll) Version: 2024.2.2.Release.77a61d1a523234b418592ccd07676e84f6c1d90b
Syntax public bool Active { get; }
Public ReadOnly Property Active As Boolean
Get
public:
property bool Active {
bool get ();
}
member Active : bool with get
Property Value
Type:
BooleanRemarks true if a seek animation is active, false otherwise.
See Also