Click or drag to resize

GH_UserObject Properties

The GH_UserObject type exposes the following members.

Properties
  NameDescription
Public propertyBaseGuid
Gets or sets the ComponentID of the IGH_DocumentObject that functions as the base class for this User Object.
Public propertyData
Gets or sets the serialized data. This data is used to deserialize a new instance of the base class.
Public propertyDescription
Gets or sets the Instance Description override for this User Object.
Public propertyExposure
Gets or sets the Exposure of this User Object.
Public propertyGuid
Gets or sets the Guid of this User Object. The Guid is created anew during construction and is not stored in the User Object File. You should never have to set this field.
Public propertyIcon
Gets or sets the icon associated with this User Object. If the icon hasn't been overridden, then a Default icon is returned.
Public propertyPath
Gets or sets the file path this User Object is loaded from or saved to.
Top
See Also