SiteLocationGeoCoordinateSystemDefinition Property |
The XML string which describes the geographic coordinate system.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic string GeoCoordinateSystemDefinition { get; }
Public ReadOnly Property GeoCoordinateSystemDefinition As String
Get
public:
property String^ GeoCoordinateSystemDefinition {
String^ get ();
}
member GeoCoordinateSystemDefinition : string with 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