Share

Database.Latitude Property

Description

Accesses the latitude for the location of the model, in decimal degrees. Allowable values are -90 to +90 degrees, where positive numbers represent North latitudes.

Visual Basic

Public Property Latitude() As double

C#

public double Latitude;

Conditions

Read / Write

Links

Database Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?