MVertexCount Property

Gets the vertex count in the M direction for a PolygonMesh.

See Also | Example

Signature

object.MVertexCount

object

PolygonMesh
The object or objects this property applies to.

MVertexCount

Integer; read-only
A positive integer value between 2 and 256.

Remarks

This is the number of vertices that will be used to make up an M row in the PolygonMesh if the Type property is acSimpleMesh. For any other PolygonMesh type, the MDensity value will be used as the row size.

The number of vertices can't be changed for a simple mesh.

 

   Comments?