Thickness Property (IAttributeDefinition) Send Feedback
See Also 
Gets or sets the thickness of this BlockAttribute definition.

Syntax

Visual Basic 
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 Val
C++ 
DSRESULT get_Thickness (
   double* Val
)
DSRESULT put_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)

Remarks

Thickness is the extrusion depth along the vector normal to this entity.

See Also

Availability

DraftSight V1R1.4