GeoCoordinateSystemDefinition Property


Site Location Geo Coordinate System Definition Property

The XML string which describes the geographic coordinate system.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public string GeoCoordinateSystemDefinition { get; }

Property Value

String
Remarks
If the site does not have a geographic coordinate system, it returns an empty string for this property.
See Also