Click or drag to resize

GH_GeometricGooTReferenceID Property

Gets or sets the Guid of the object that is referenced. Not all IGH_GeometricGoo implementations support referenced geometry. The default implementation is to always return Guid.Empty.

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public virtual Guid ReferenceID { get; set; }

Property Value

Type: Guid

[Missing <value> documentation for "P:Grasshopper.Kernel.Types.GH_GeometricGoo`1.ReferenceID"]

Implements

IGH_GeometricGooReferenceID
See Also