Share

IAssemJoint.IsActiveInSubassembly Property

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

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

Syntax

VB

Property IsActiveInSubassembly ( 
	componentName As Object,
	jointName As String
) As Boolean
	Get
	Set

C#

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

Parameters

componentName
Type: System.Object
The name of the subassembly component.
jointName
Type: System.String
The joint name.

Property Value

Type: Boolean

See Also

Reference

Was this information helpful?