Get the static instance of this datum.
Namespace:
DotNetCoords.DatumAssembly: DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.9 (1.0.0.9)
Syntax
| C# |
|---|
public static T Instance { get; } |
| Visual Basic (Declaration) |
|---|
Public Shared ReadOnly Property Instance As T |
| Visual C++ |
|---|
public: static property T Instance { T get (); } |