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)
Syntaxprotected string GetProjectionName(
int nDataset
)
Protected Function GetProjectionName (
nDataset As Integer
) As String
Parameters
- nDataset
- Type: SystemInt32
The number of the dataset to query.
Return Value
Type:
StringThe name of the dataset projection.
See Also