 | CEMAPGetViewIPJ Method |
Get a view's IPJ.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetViewIPJ(
string view,
CIPJ ipj
)
public void GetViewIPJ(
string view,
CIPJ ipj
)
Public Sub GetViewIPJ (
view As String,
ipj As CIPJ
)
Public Sub GetViewIPJ (
view As String,
ipj As CIPJ
)
public:
void GetViewIPJ(
String^ view,
CIPJ^ ipj
)
public:
void GetViewIPJ(
String^ view,
CIPJ^ ipj
)
member GetViewIPJ :
view : string *
ipj : CIPJ -> unit
member GetViewIPJ :
view : string *
ipj : CIPJ -> unit
Parameters
- view
- Type: SystemString
View name - ipj
- Type: GeoEngine.Core.GXNetXCIPJ
IPJ in which to place the view IPJ
Remarks
This function can be used to obtain a views coordinate system
without having to call Lock_EMAP. This could be an expensive operation
that cause undesirable UX.
See Also