ConfigurationManagerAddUpdateCRSValues Method |
Updates or Adds a CRS object in the system.
Namespace:
Cadcorp.Configuration
Assembly:
Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic static CRSValues AddUpdateCRSValues(
CRSValues value
)
Public Shared Function AddUpdateCRSValues (
value As CRSValues
) As CRSValues
Parameters
- value
- Type: Cadcorp.Configuration.AdminTypesCRSValues
Data object.
Return Value
Type:
CRSValuesData object.
See Also