Inner Drive Extensible Architecture
C#
Show/Hide TOC
Latitude
Seconds Property
Gets the number of seconds (not including
Degrees
or
Minutes
) represented by this
Latitude
.
Definition
Namespace:
InnerDrive.Geography
Assembly:
InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
C#
Copy
public
double
Seconds
{
get
; }
Property Value
Double
Implements
IDmsCoordinate
Seconds
Example
Given a
Latitude
of 42.125°, the
Seconds
value will be 30.0.
See Also
Reference
Latitude Structure
InnerDrive.Geography Namespace
In This Article
Definition
Property Value
Implements
Example
See Also