Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the number of vertices in the simplification mesh.
Definition
Visual Basic Public ReadOnly Property NumberVertices As Integer C# public int NumberVertices { get; } C++ public:
property int NumberVertices {
int get();
}JScript public function get NumberVertices() : int
Property Value
System.Int32
Number of vertices in the simplification mesh.This property is read-only.