 | CDBIGetVAProfSectOption Method (Int32, String, Int32) |
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,
int size
)
public void IGetVAProfSectOption(
int ch,
ref string option,
int size
)
Public Sub IGetVAProfSectOption (
ch As Integer,
ByRef option As String,
size As Integer
)
Public Sub IGetVAProfSectOption (
ch As Integer,
ByRef option As String,
size As Integer
)
public:
void IGetVAProfSectOption(
int ch,
String^% option,
int size
)
public:
void IGetVAProfSectOption(
int ch,
String^% option,
int size
)
member IGetVAProfSectOption :
ch : int *
option : string byref *
size : int -> unit
member IGetVAProfSectOption :
ch : int *
option : string byref *
size : int -> unit
Parameters
- ch
- Type: SystemInt32
Channel (Locked <define>DB_LOCK_READWRITE</define>) - option
- Type: SystemString
Option "Profile", "Section" or "Section and Profile" - size
- Type: SystemInt32
Buffer size for string
See Also