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