Gets or sets the name of the
Layer of this swept surface.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Property Layer As System.String |
| C# | |
|---|
System.string Layer {get; set;} |
| JavaScript | |
|---|
get_Layer () : String
put_Layer (
NewVal : String
)
|
| COM native C++ | |
|---|
HRESULT get_Layer(
BSTR*Val
)
HRESULT put_Layer(
BSTRNewVal |
| C++ | |
|---|
DSRESULT get_Layer (
dsString*Val
)
DSRESULT put_Layer(
const dsString&NewVal
) |
Property Value
Name of the Layer
Example
See Also
Availability
DraftSight 2020 SP0