GH_PointCreateFromPointObject Method |
Create a new point geometry instance based on point object ID.
Technically this now also accepts Dot object IDs.
Namespace:
Grasshopper.Kernel.Types
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public void CreateFromPointObject(
Guid id
)
Public Sub CreateFromPointObject (
id As Guid
)
Parameters
- id
- Type: SystemGuid
The identifier of the point object
Remarks This 'constructor' merely sets fields, it doesn't load the geometry and it doesn't perform validity checking.
See Also