Share

AcDbPointCloudEx::applyGeoLocation Method

C++

void applyGeoLocation(
    bool useDrawingGeo = false, 
    const AcString& geoCS = _T("")
);

Description

Sets the geographical coordinate system to point cloud

Parameters

Parameters Description
useDrawingGeo true: apply the geographical coordinate system of current drawing, and ignore the given 'geoCS' parameter; false: apply the given 'geoCS' to this point cloud;
geoCS the name of geographical coordinate system. if it is empty, it will clear the coordinate system of this point cloud.

Remarks

internal use

Links

AcDbPointCloudEx Class

Was this information helpful?