Share

IAssemJoint.IsActive Property (Object, String)

True if the joint on a component occurrence or within a component document is active (unsuppressed). Note: to access a joint *within* a component occurrence, use Joint.IsActiveInSubassembly instead.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0

Syntax

VB

Property IsActive ( 
	componentOrDocName As Object,
	jointName As String
) As Boolean
	Get
	Set

C#

bool this[
	Object componentOrDocName,
	string jointName
] { get; set; }

Parameters

componentOrDocName
Type: System.Object
The component or document name.
jointName
Type: System.String
The joint name.

Property Value

Type: Boolean

See Also

Reference

Was this information helpful?