Метод | Описание | |
---|---|---|
ChangeCurrentLocation ( string locationName ) : void |
change the current project location
|
|
CoordinateSystemData ( ExternalCommandData commandData ) : System |
constructor
|
|
DuplicateLocation ( string locationName, string newLocationName ) : void |
duplicate a new project location
|
|
EditPosition ( string locationName, double newAngle, double newEast, double newNorth, double newElevation ) : void |
change the offset value for the project position
|
|
GatData ( ) : void |
get the shared coordinate system data of the project
|
|
GetLocationData ( ) : void |
get the information of all the project locations associated with this project
|
|
GetOffset ( string locationName ) : void |
get the offset values of the project position
|
Метод | Описание | |
---|---|---|
ChangePrecision ( ) : void |
change the Precision of the value
|
public ChangeCurrentLocation ( string locationName ) : void | ||
locationName | string | |
Результат | void |
public CoordinateSystemData ( ExternalCommandData commandData ) : System | ||
commandData | ExternalCommandData | the ExternalCommandData reference |
Результат | System |
public DuplicateLocation ( string locationName, string newLocationName ) : void | ||
locationName | string | old location name |
newLocationName | string | new location name |
Результат | void |
public EditPosition ( string locationName, double newAngle, double newEast, double newNorth, double newElevation ) : void | ||
locationName | string | location name |
newAngle | double | angle from true north |
newEast | double | East to West offset |
newNorth | double | north to south offset |
newElevation | double | Elevation above ground level |
Результат | void |
public GetOffset ( string locationName ) : void | ||
locationName | string | |
Результат | void |