GH_Attributes(T).Pivot Property

GH_AttributesTPivot Property

Gets or sets the pivot for these attributes. The pivot controls the general placement of the attributes. If you want to move the attributes, change the pivot location.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public virtual PointF Pivot { get; set; }
Public Overridable Property Pivot As PointF
	Get
	Set

Property Value

Type: PointF

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_Attributes`1.Pivot"]

Implements

IGH_AttributesPivot
See Also