Namespace: Esri::GameEngine::Geometry
Class: Esri/GameEngine/Geometry/ArcGISPolygonBuilder
Since: 1.0.0
Inheritance: ArcGISMultipartBuilder->ArcGISPolygonBuilder
Summary
The polygon builder object is used to create a polygon.
Constructors
ArcGISPolygonBuilder(const ArcGISPolygon&)
Creates a polygon builder from a polygon.
Since 1.0.0
Arguments
Name | Type | Const | Summary |
---|---|---|---|
polygon | Yes | A polygon object. |
ArcGISPolygonBuilder(const ArcGISSpatialReference&)
Creates a polygon builder.
Since 1.0.0
Arguments
Name | Type | Const | Summary |
---|---|---|---|
spatial | Yes | The builder's spatial reference. |
Methods
Signature | Return Type | Summary |
---|---|---|
Creates a polyline with the values in the polygon builder. |
ToPolyline
ArcGISPolyline ToPolyline() const
Creates a polyline with the values in the polygon builder.
Since 1.0.0
Returns ArcGISPolyline
A polyline.