CityLatitude Property

Latitude of the city

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public double Latitude { get; }

Property Value

Double
Remarks
A read only property that contains the latitude of the city. The value returned is in radians, ranging from -PI to +PI.
See Also