This is the complete list of members for Part, including inherited members.
- empty : bool
- hasCurves : bool
- pointCount : int
- segmentCount : int
- spatialReference : SpatialReference [default]
- int addPoint(Point point)
- int addPointXY(double x, double y)
- int addPointXYZ(double x, double y, double z)
- void addPoints(list<Point> points)
- int addSegment(Segment segment)
- emptyChanged()
- Point endPoint()
- int endPointIndexFromSegmentIndex(int segmentIndex)
- void insertPoint(int pointIndex, Point point)
- void insertPointXY(int pointIndex, double x, double y)
- void insertPointXYZ(int pointIndex, double x, double y, double z)
- void insertSegment(int segmentIndex, Segment segment)
- Point point(int pointIndex)
- pointCountChanged()
- ImmutablePointCollection points()
- void removeAll()
- void removePoint(int pointIndex)
- void removeSegment(int segmentIndex)
- Segment segment(int segmentIndex)
- segmentCountChanged()
- int segmentEndPointIndexFromPointIndex(int pointIndex)
- int segmentIndexFromEndPointIndex(int pointIndex)
- int segmentIndexFromStartPointIndex(int pointIndex)
- int segmentStartPointIndexFromPointIndex(int pointIndex)
- void setPoint(int pointIndex, Point point)
- void setSegment(int segmentIndex, Segment segment)
- spatialReferenceChanged()
- Point startPoint()
- int startPointIndexFromSegmentIndex(int segmentIndex)
The following members are inherited from Object.
- error : Error
- objectType : string
- componentCompleted()
- errorChanged()
- objectChanged()
(obsolete)