 | CMVIEWCapture3DSnapshot Method (String, String, Int32, String) |
Capture current 3D view state to a snapshot.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void Capture3DSnapshot(
string name,
string description,
int light_weight,
ref string guid
)
public void Capture3DSnapshot(
string name,
string description,
int light_weight,
ref string guid
)
Public Sub Capture3DSnapshot (
name As String,
description As String,
light_weight As Integer,
ByRef guid As String
)
Public Sub Capture3DSnapshot (
name As String,
description As String,
light_weight As Integer,
ByRef guid As String
)
public:
void Capture3DSnapshot(
String^ name,
String^ description,
int light_weight,
String^% guid
)
public:
void Capture3DSnapshot(
String^ name,
String^ description,
int light_weight,
String^% guid
)
member Capture3DSnapshot :
name : string *
description : string *
light_weight : int *
guid : string byref -> unit
member Capture3DSnapshot :
name : string *
description : string *
light_weight : int *
guid : string byref -> unit
Parameters
- name
- Type: SystemString
Snapshot name - description
- Type: SystemString
Snapshot description - light_weight
- Type: SystemInt32
Is this a light weight snapshot, i.e. just captures view orientation and type and not group visibility/clipping etc. - guid
- Type: SystemString
Snapshot GUID
See Also