 | CMVIEWIGetClassName Method (String, String, Int32) |
Get a class name.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void IGetClassName(
string cl,
ref string name,
int length
)
public void IGetClassName(
string cl,
ref string name,
int length
)
Public Sub IGetClassName (
cl As String,
ByRef name As String,
length As Integer
)
Public Sub IGetClassName (
cl As String,
ByRef name As String,
length As Integer
)
public:
void IGetClassName(
String^ cl,
String^% name,
int length
)
public:
void IGetClassName(
String^ cl,
String^% name,
int length
)
member IGetClassName :
cl : string *
name : string byref *
length : int -> unit
member IGetClassName :
cl : string *
name : string byref *
length : int -> unit
Parameters
- cl
- Type: SystemString
Class - name
- Type: SystemString
Name - length
- Type: SystemInt32
Maximum name length
Remarks
MVIEW class names are intended to be used to record the
names of certain classes in the view, such as "Plane"
for the default drawing plane.
See Also