Namespace: GameEngine.Geometry
Class: GameEngine/Geometry/ArcGISPolylineBuilder
Since: 1.0.0
Inheritance: ArcGISMultipartBuilder->ArcGISPolylineBuilder
Summary
The polyline builder allows you to create and modify ArcGISPolyline geometries incrementally.
Constructors
ArcGISPolylineBuilder(ArcGISPolyline)
Creates a new polyline builder by copying the parts from the specified ArcGISPolyline.
Since 1.0.0
Arguments
Name | Type | Summary |
---|---|---|
polyline | A polyline object. |
ArcGISPolylineBuilder(ArcGISSpatialReference)
Creates a new empty polyline builder with the specified ArcGISSpatialReference.
Since 1.0.0
Arguments
Name | Type | Summary |
---|---|---|
spatial | The builder's spatial reference. |