Click or drag to resize

GH_InstanceDescriptionInstanceDescription Property

Gets a description of the current state of the object. This field is usually the same as the Description() field, but it might be variable when overridden.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public virtual string InstanceDescription { get; }

Property Value

Type: String

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_InstanceDescription.InstanceDescription"]

Implements

IGH_InstanceDescriptionInstanceDescription
See Also