IAssemJoint Interface

Provides properties and functions to suppress and unsuppress assembly joints.

In a rule, this interface is implemented by the predefined object named Joint.


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

Syntax

VB

Public Interface IAssemJoint

C#

public interface IAssemJoint

Properties

  NameDescription
Public propertyIsActive(String)
True if the joint is active (unsuppressed).
Public propertyIsActive(Object, String)
True if the joint in a component occurrence or component document is active (unsuppressed).

See Also

Reference

Autodesk.iLogic.Interfaces Namespace