CopyFrom Method
The copy initializer.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Protected Overridable Sub CopyFrom ( _
geography As Geography _
)
'Usage
Dim geography As Geography
Me.CopyFrom(geography)
protected virtual void CopyFrom(
Geography geography
)
protected:
virtual void CopyFrom(
Geography^ geography
)
abstract CopyFrom :
geography:Geography -> unit
override CopyFrom :
geography:Geography -> unit
protected function CopyFrom(
geography : Geography
)
Parameters
- geography
Type: System.Spatial..::..Geography
The geography to copy.