ArcGISMultipartBuilder

Namespace: GameEngine.Geometry
Class: GameEngine/Geometry/ArcGISMultipartBuilder
Since: 1.0.0
Inheritance: ArcGISGeometryBuilder->ArcGISMultipartBuilder

Summary

The Multipart builder object is used to create a multipart geometry.

Properties

PropertyTypeNullableReadonlySummary
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

SignatureReturn TypeSummary

AddPoint(double, double)

ulong

Adds a new point to the end of the last part of the multipart.

AddPoint(double, double, double)

ulong

Adds a new point to the end of the last part of the multipart.

AddPoint(ArcGISPoint)

ulong

Adds a new point to the end of the last part of the multipart.

AddPoint

ulong AddPoint(double x, double y)

Adds a new point to the end of the last part of the multipart.

Since 1.0.0

Arguments
NameTypeSummary
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

ulong AddPoint(double x, double y, double z)

Adds a new point to the end of the last part of the multipart.

Since 1.0.0

Arguments
NameTypeSummary
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
NameTypeSummary
point

The point to add.

Returns ulong

the point index of the new point in the last part

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.