RenderPrimitiveListPrimitiveType Method |
Type of primitive object at this index.
Namespace:
Rhino.Render
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.7
Syntaxpublic RenderPrimitiveType PrimitiveType(
int index
)
Public Function PrimitiveType (
index As Integer
) As RenderPrimitiveType
Parameters
- index
- Type: SystemInt32
The zero based index of the item in the list. Valid values are greater
than or equal to 0 and less than Count.
Return Value
Type:
RenderPrimitiveType
Primitive type of the item at this index.
See Also