Click or drag to resize

GenericSPGetProjectionName Method

Retrieve the name of the projection of a dataset

Namespace:  Cadcorp.GFB.CadcorpSP
Assembly:  Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
protected string GetProjectionName(
	int nDataset
)

Parameters

nDataset
Type: SystemInt32
The number of the dataset to query.

Return Value

Type: String
The name of the dataset projection.
See Also