 | IMeshDeformationDefinitionIsEnabled Property |
Gets or sets the flag indicating whether the definition is enabled or not.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntaxbool IsEnabled { get; set; }Property IsEnabled As Boolean
Get
Set
Dim instance As IMeshDeformationDefinition
Dim value As Boolean
value = instance.IsEnabled
instance.IsEnabled = value
Property Value
Type:
Boolean
See Also