MDensity Property (IPolygonMesh) Send Feedback
See Also  Example
Gets or sets the column density of the PolygonMesh.

Syntax

Visual Basic 
Property MDensity As System.Integer
C# 
System.int MDensity {get; set;}
JavaScript 
get_MDensity () : dsSystem.int
put_MDensity (
   NewVal : dsSystem.int
)
COM native C++ 
HRESULT get_MDensity(
   LONG* Val
) 
HRESULT put_MDensity( 
   LONG NewVal
C++ 
DSRESULT get_MDensity (
   long* Val
)
DSRESULT put_MDensity(
   long NewVal
)

Property Value

Column density of the mesh

Example

See Also

Availability

DraftSight V1R1.3