IDBConfigWriterCheckAddKnownProjection Method |
Check or add a known projection to the database.
Namespace:
Cadcorp.Configuration.Connectors
Assembly:
Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxint CheckAddKnownProjection(
DbConnection connection,
int mapId,
int projectionId
)
Function CheckAddKnownProjection (
connection As DbConnection,
mapId As Integer,
projectionId As Integer
) As Integer
Parameters
- connection
- Type: System.Data.CommonDbConnection
Database Connection to use - mapId
- Type: SystemInt32
Map ID - projectionId
- Type: SystemInt32
ProjectionID
Return Value
Type:
Int32Projection ID.
See Also