Share

AcDbGeoCoordinateSystem::createAll (AcGePoint3d&, AcArray<AcDbGeoCoordinateSystem*>&) Method

C++

static ACDBCORE2D_PORT Acad::ErrorStatus createAll(
    const AcGePoint3d& geoPt, 
    AcArray<AcDbGeoCoordinateSystem*>& allCoordSys
);

Description

Instantiates a new AcDbGeoCoordinateSystem object for every existing, persistent project CRS definition from the current virtual catalog, when the passed in geodetic point within the geodetic extents of the CRS.

Parameters

Parameters Description
geoPt Input geodetic point in (longitude, latitude, altitude) format.
allCoordSys Input/output array of AcDbGeoCoordinateSystem objects. Caller is responsible for deleting the returned AcDbGeoCoordinateSystem objects after use.

Returns

Returns Acad::eOk if successful.

Links

AcDbGeoCoordinateSystem Class

Was this information helpful?