Gets or sets the thickness of this BlockAttribute definition.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Thickness As System.Double |
C# | |
---|
System.double Thickness {get; set;} |
JavaScript | |
---|
Thickness : System.double |
)
< A href="GettingStarted-draftsightapi.html">HRESULT set_Thickness(
DOUBLE
Val
)
C++ | |
---|
property System.double Thickness { double* Val
)
DSRESULTput_Thickness(
double Val
} |
Property Value
Thickness; 0 for no thickness, a positive value for an upward extrusion, a negative value for a downward extrusion (see
Remarks)