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 Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISketchSegment
Dim value As Boolean
instance.ConstructionGeometry = value
value = instance.ConstructionGeometry
|
C# | |
---|
bool ConstructionGeometry {get; set;} |
C++/CLI | |
---|
property bool ConstructionGeometry {
bool get();
void set (bool value);
} |
Return Value
True if this sketch segment is construction geometry, false if not
Example
See Also
Availability
SolidWorks 99, datecode 1999207