 | CMVIEWAddFolder3D Method (String, String, String, Int32) |
Add a 3DView folder to the MVIEW.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void AddFolder3D(
string name,
string parent_guid,
ref string guid,
int guid_size
)
public void AddFolder3D(
string name,
string parent_guid,
ref string guid,
int guid_size
)
Public Sub AddFolder3D (
name As String,
parent_guid As String,
ByRef guid As String,
guid_size As Integer
)
Public Sub AddFolder3D (
name As String,
parent_guid As String,
ByRef guid As String,
guid_size As Integer
)
public:
void AddFolder3D(
String^ name,
String^ parent_guid,
String^% guid,
int guid_size
)
public:
void AddFolder3D(
String^ name,
String^ parent_guid,
String^% guid,
int guid_size
)
member AddFolder3D :
name : string *
parent_guid : string *
guid : string byref *
guid_size : int -> unit
member AddFolder3D :
name : string *
parent_guid : string *
guid : string byref *
guid_size : int -> unit
Parameters
- name
- Type: SystemString
Folder name - parent_guid
- Type: SystemString
Folder parent GUID, or empty string for parent MVIEW. - guid
- Type: SystemString
GUID - guid_size
- Type: SystemInt32
Size of GUID buffer.
See Also