IAssemConstraintiMateDefIsActive 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: 23.0
Syntax Property iMateDefIsActive (
componentOrDocName As Object,
iMateDefinitionName As String
) As Boolean
Get
Set
bool this[
Object componentOrDocName,
string iMateDefinitionName
] { get; set; }
Parameters
- componentOrDocName
- Type: SystemObject
The component or document name. - iMateDefinitionName
- Type: SystemString
The name of the iMate definition.
Property Value
Type:
BooleanSee Also