Gets or sets whether this sketch segment is construction geometry, for example, a centerline for a feature revolve operation.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ConstructionGeometry As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISketchSegment
Dim value As System.Boolean
instance.ConstructionGeometry = value
value = instance.ConstructionGeometry |
C# | |
---|
System.bool ConstructionGeometry {get; set;} |
C++/CLI | |
---|
property System.bool ConstructionGeometry {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True if this sketch segment is construction geometry, false if not
Example
See Also
Availability
SOLIDWORKS 99, datecode 1999207