Click or drag to resize

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
Syntax
public 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
)

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