 | CDBIGetVAProfSectOption Method (Int32, String) |
Get the display options of VA channels
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void IGetVAProfSectOption(
int ch,
ref string option
)
public void IGetVAProfSectOption(
int ch,
ref string option
)
Public Sub IGetVAProfSectOption (
ch As Integer,
ByRef option As String
)
Public Sub IGetVAProfSectOption (
ch As Integer,
ByRef option As String
)
public:
void IGetVAProfSectOption(
int ch,
String^% option
)
public:
void IGetVAProfSectOption(
int ch,
String^% option
)
member IGetVAProfSectOption :
ch : int *
option : string byref -> unit
member IGetVAProfSectOption :
ch : int *
option : string byref -> unit
Parameters
- ch
- Type: SystemInt32
Channel (Locked <define>DB_LOCK_READWRITE</define>) - option
- Type: SystemString
Option "Profile", "Section" or "Section and Profile"
See Also