 | ChangeProjectionDelegate Delegate |
Change the current projection.
Namespace:
GeoEngine.Core.GXNetX.Windows
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic delegate void ChangeProjectionDelegate(
CIPJ A_0
)
public delegate void ChangeProjectionDelegate(
CIPJ A_0
)
Public Delegate Sub ChangeProjectionDelegate (
A_0 As CIPJ
)
Public Delegate Sub ChangeProjectionDelegate (
A_0 As CIPJ
)
public delegate void ChangeProjectionDelegate(
CIPJ^ A_0
)
public delegate void ChangeProjectionDelegate(
CIPJ^ A_0
)
type ChangeProjectionDelegate =
delegate of
A_0 : CIPJ -> unit
type ChangeProjectionDelegate =
delegate of
A_0 : CIPJ -> unit
Parameters
- A_0
- Type: GeoEngine.Core.GXNetXCIPJ
See Also