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

Syntax

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

Property Value

Row density of the mesh

Example

See Also

Availability

DraftSight V1R1.3