Revit 2026 API
Site |
The XML string which describes the geographic coordinate system.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public string GeoCoordinateSystemDefinition { get; }
Public ReadOnly Property GeoCoordinateSystemDefinition As String Get
public: property String^ GeoCoordinateSystemDefinition { String^ get (); }
member GeoCoordinateSystemDefinition : string with get
Property Value
String
If the site does not have a geographic coordinate system, it returns an empty string for this property.
See Also