RhinoCommon API
Point3dItem Property | 
            Gets or sets an indexed coordinate of this point.
            
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
public double this[ int index ] { get; set; }
Public Default Property Item ( index As Integer ) As Double Get Set
Parameters
- index
 - Type: SystemInt32
The coordinate index. Valid values are:0 = X coordinate
1 = Y coordinate
2 = Z coordinate
.