Skip to content

P_Rhino_Geometry_GeometryBase_ObjectType

Will Pearson edited this page Aug 12, 2016 · 2 revisions

GeometryBase.ObjectType Property

Useful for switch statements that need to differentiate between basic object types like points, curves, surfaces, and so on.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public ObjectType ObjectType { get; }

VB

Public ReadOnly Property ObjectType As ObjectType
	Get

Property Value

Type: ObjectType

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

GeometryBase Class
Rhino.Geometry Namespace

Clone this wiki locally