Click or drag to resize

IAssemJointIsActive Property (Object, String)

True if the joint in a component occurrence or component document is active (unsuppressed).

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Property IsActive ( 
	componentOrDocName As Object,
	jointName As String
) As Boolean
	Get
	Set

Parameters

componentOrDocName
Type: SystemObject
The component or document name.
jointName
Type: SystemString
The joint name.

Property Value

Type: Boolean
See Also