Thickness Property (ITrace)
Gets or sets the thickness of this Trace.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Property Thickness As System.Double |
| C# | |
|---|
System.double Thickness {get; set;} |
| JavaScript | |
|---|
get_Thickness () : Number
put_Thickness (
NewVal : Number
)
|
| COM native C++ | |
|---|
HRESULT get_Thickness(
DOUBLE* Val
)
HRESULT put_Thickness(
DOUBLE NewVal |
| C++ | |
|---|
DSRESULT get_Thickness (
double* Val
)
DSRESULT put_Thickness(
double NewVal
) |
Property Value
Thickness:
- 0 for no thickness
- Positive value extrudes upward
- Negative value extrudes downward
See Remarks.
Example
Remarks
See Also
Availability
DraftSight V1R5.0