Geometry.GetElement

Geometry.GetElement method

Gets a vertex element with specified type

public VertexElement GetElement(VertexElementType type)
ParameterTypeDescription
typeVertexElementTypewhich vertex element type to find

Return Value

VertexElement instance if found, otherwise null will be returned.

See Also