ICadComponent.Visible Property |
Gets or sets the visibility of a component occurrence.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
SyntaxProperty Visible (
componentName As Object
) As Boolean
Get
Set
bool this[
Object componentName
] { get; set; }
Parameters
- componentName
- Type: System.Object
The name (or path) of the component occurrence.
Property Value
Type:
Boolean
See Also