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; }
Public Overridable Property ReferenceID As Guid
Get
Set
Property Value
Type:
Guid[Missing <value> documentation for "P:Grasshopper.Kernel.Types.GH_GeometricGoo`1.ReferenceID"]
Implements
IGH_GeometricGooReferenceIDSee Also