[]
Retrieves the geometries in the geometry group.
public Geometry[] GetSourceGeometry()
Type | Description |
---|---|
Geometry[] | an array of geometries to be filled by this method. The length of the array is specified by the geometryCount parameter. |
The returned geometries are referenced and counted, and the caller must release them.
Retrieves the geometries in the geometry group.
public Geometry[] GetSourceGeometry(int geometriesCount)
Type | Name | Description |
---|---|---|
int | geometriesCount | A value indicating the number of geometries to return in the geometries array. If this value is less than the number of geometries in the geometry group, the remaining geometries are omitted. If this value is larger than the number of geometries in the geometry group, the extra geometries are set to NULL. To obtain the number of geometries currently in the geometry group, use the {{GetSourceGeometryCount}} method. |
Type | Description |
---|---|
Geometry[] | an array of geometries to be filled by this method. The length of the array is specified by the geometryCount parameter. |
The returned geometries are referenced and counted, and the caller must release them.