Share

IAssemConstraint.iMateDefIsActive Property (String)

True if the given iMate definition is active (unsuppressed).

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

Syntax

VB

Property iMateDefIsActive ( 
	iMateDefinitionName As String
) As Boolean
	Get
	Set

C#

bool this[
	string iMateDefinitionName
] { get; set; }

Parameters

iMateDefinitionName
Type: System.String
The name of the iMate definition.

Property Value

Type: Boolean

See Also

Reference

Was this information helpful?