RhinoObject.ObjectType Property

RhinoObjectObjectType Property

Gets the Rhino-based object type.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public ObjectType ObjectType { get; }
Public ReadOnly Property ObjectType As ObjectType
	Get

Property Value

Type: ObjectType
See Also