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