Namespace: GameEngine.Geometry
Class: GameEngine/Geometry/ArcGISMultipartBuilder
Since: 1.0.0
Inheritance: ArcGISGeometryBuilder->ArcGISMultipartBuilder
Summary
The multipart builders allow you to create and modify geometries made up of multiple parts, such as ArcGISPolyline and ArcGISPolygon.
Properties
Property | Type | Nullable | Readonly | Summary |
---|---|---|---|---|
No | No | New parts for the multipart builder. |
Parts
New parts for the multipart builder.
The collection of parts for the multipart builder. Changes to the collection are reflected in the multipart builder.
Methods
Signature | Return Type | Summary |
---|---|---|
Adds a new point to the end of the last part of the multipart. | ||
Adds a new point to the end of the last part of the multipart. | ||
Adds a new point to the end of the last part of the multipart. |
AddPoint
Adds a new point to the end of the last part of the multipart.
Since 1.0.0
Arguments
Name | Type | Summary |
---|---|---|
x | The x-coordinate of the point to add. | |
y | The y-coordinate of the point to add. |
Returns ulong
The point index of the new point in the last part.
AddPoint
Adds a new point to the end of the last part of the multipart.
Since 1.0.0
Arguments
Name | Type | Summary |
---|---|---|
x | The x-coordinate of the point to add. | |
y | The y-coordinate of the point to add. | |
z | The z-coordinate of the point to add. |
Returns ulong
the point index of the new point in the last part
AddPoint
ulong AddPoint(ArcGISPoint point)
Adds a new point to the end of the last part of the multipart.
Since 1.0.0
Arguments
Name | Type | Summary |
---|---|---|
point | The point to add. |
Returns ulong
the point index of the new point in the last part