VertexCount Property (ActiveX)

Returns the number of vertices in the SubD mesh.

Supported platforms: Windows only

Signature

VBA:

object.VertexCount
object

Type: SubDMesh

The objects this property applies to.

Property Value

Read-only: Yes

Type: Long

Number of vertices in the SubD mesh.

Remarks

No additional remarks.

Examples

VBA:

Not available

Visual LISP:

Not available