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