Click or drag to resize

GH_Document.FindAttribute 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: System.Guid
the ID to search for

Return Value

Type: IGH_Attributes
See Also