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