Click or drag to resize

GH_DocumentFindAttribute Method (Guid)

Find the object that matches the ID

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public IGH_Attributes FindAttribute(
	Guid id
)

Parameters

id
Type: SystemGuid
the ID to search for

Return Value

Type: IGH_Attributes
See Also