SoActionIsBeingApplied Method |
Returns true if this action is currently being applied.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public bool IsBeingApplied()
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Function IsBeingApplied As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
bool IsBeingApplied()
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member IsBeingApplied : unit -> bool
Return Value
Type:
Boolean
Remarks
See Also