Click or drag to resize

ISplicedPointTPoint, TBasePoint Properties

The ISplicedPointTPoint, TBasePoint generic type exposes the following members.

Properties
  NameDescription
Public propertyBasePoint
Why is this public? - Convenience - Algorithm Design Otherwise the user will just make a new basepoint in any case, and perhaps make a mistake.
Public propertyI
Returns the splice idnex for this point.
Public propertySpliceCount
For spliced grids, this is the number of slices for all points. For Uniform grids, this is always 1.
(Inherited from IGridPointTPoint.)
Public propertySpliceIndex
For spliced grids, this is the index of the splice. For Uniform grids, this is always 0.
(Inherited from IGridPointTPoint.)
Public propertyX
Returns the X-coordinate of this point.
Public propertyY
Returns the Y-coordinate of this point.
Top
See Also