Gets or sets whether to show the third edge of the Face.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Edge3Visible As System.Boolean |
C# | |
---|
System.bool Edge3Visible {get; set;} |
JavaScript | |
---|
get_Edge3Visible () : Boolean
put_Edge3Visible (
NewVal : Boolean
)
|
COM native C++ | |
---|
HRESULT get_Edge3Visible(
VARIANT_BOOL* Val
)
HRESULT put_Edge3Visible(
VARIANT_BOOL NewVal |
C++ | |
---|
DSRESULT get_Edge3Visible (
bool* Val
)
DSRESULT put_Edge3Visible(
bool NewVal
) |
Property Value
True to show the third edge of the Face, false to not
See Also
Availability
DraftSight V1R1.3