Printing3DMesh.VertexCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the number of triangle vertices.
public:
property unsigned int VertexCount { unsigned int get(); void set(unsigned int value); };
uint32_t VertexCount();
void VertexCount(uint32_t value);
public uint VertexCount { get; set; }
var uInt32 = printing3DMesh.vertexCount;
printing3DMesh.vertexCount = uInt32;
Public Property VertexCount As UInteger
Property Value
The number of triangle vertices.