Click or drag to resize

GH_ComponentAddedToDocument Method

Overrides the AddedToDocument method and delegates the call to all parameters.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public override void AddedToDocument(
	GH_Document document
)

Parameters

document
Type: Grasshopper.KernelGH_Document
Document that now owns this object.
See Also