Share

IAssemConstraint.iMateDefIsActive Property (Object, String)

True if the given iMate definition in a component occurrence or component document is active (unsuppressed).

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

Syntax

VB

Property iMateDefIsActive ( 
	componentOrDocName As Object,
	iMateDefinitionName As String
) As Boolean
	Get
	Set

C#

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

Parameters

componentOrDocName
Type: System.Object
The component or document name.
iMateDefinitionName
Type: System.String
The name of the iMate definition.

Property Value

Type: Boolean

See Also

Reference

Was this information helpful?