GH_DocumentObject.CreateAttributes Method

GH_DocumentObjectCreateAttributes Method

This function creates the stand-alone attributes for this object. If you wish to supply your own Attributes, you must override this function.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public abstract void CreateAttributes()
Public MustOverride Sub CreateAttributes

Implements

IGH_DocumentObjectCreateAttributes
See Also