Gets whether a covering is present on this route.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property HasCovering As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IRouteProperty
Dim value As System.Boolean
value = instance.HasCovering |
C# | |
---|
System.bool HasCovering {get;} |
C++/CLI | |
---|
property System.bool HasCovering {
System.bool get();
} |
Property Value
True if a covering is present, false if not
Example
Example
See Also
Availability
SOLIDWORKS Routing 2006 FCS