 | CMVIEWGetMakerName Method (Int32, String) |
Used to retrieve the maker for a particular view group.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetMakerName(
int group,
ref string str_val
)
public void GetMakerName(
int group,
ref string str_val
)
Public Sub GetMakerName (
group As Integer,
ByRef str_val As String
)
Public Sub GetMakerName (
group As Integer,
ByRef str_val As String
)
public:
void GetMakerName(
int group,
String^% str_val
)
public:
void GetMakerName(
int group,
String^% str_val
)
member GetMakerName :
group : int *
str_val : string byref -> unit
member GetMakerName :
group : int *
str_val : string byref -> unit
Parameters
- group
- Type: SystemInt32
Group number - str_val
- Type: SystemString
String in which to place the maker name
See Also