ObjectTable.FindGeometry Method

ObjectTableFindGeometry Method

Same as FindId, but returns the Geometry property directly, if it exists.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public GeometryBase FindGeometry(
	Guid id
)
Public Function FindGeometry ( 
	id As Guid
) As GeometryBase

Parameters

id
Type: SystemGuid
ID of object to search for.

Return Value

Type: GeometryBase
Reference to the geometry in the rhino object with the objectId or null if no such object could be found.
Version Information

Rhino for Windows

Supported in: 6.8
See Also