IAssemJointIsActive Property (String) |
True if the joint is active (unsuppressed).
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax Property IsActive (
jointName As String
) As Boolean
Get
Set
bool this[
string jointName
] { get; set; }
Parameters
- jointName
- Type: SystemString
The joint name.
Property Value
Type:
BooleanSee Also