IDBConfigReaderGetProjectionIDFromName Method |
Gets the Projection ID from the name provided.
Namespace:
Cadcorp.Configuration.Connectors
Assembly:
Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxint GetProjectionIDFromName(
string name
)
Function GetProjectionIDFromName (
name As String
) As Integer
Parameters
- name
- Type: SystemString
Projection name.
Return Value
Type:
Int32Projection ID
See Also