STK Graphics PrimitivesSend comments on this topic.
SaveToFile Method (IAgStkGraphicsCameraSnapshot)
See Also
Filename
The filename of the snapshot.
CameraSnapshotFormat
The file format of the snapshot
Windows





Windows & Linux

Description

Saves a snapshot of the 3D window to the filename with the specified format.

Syntax

[Visual Basic .NET]
Public Sub SaveToFile( _
    ByVal Filename As String, _
    ByVal CameraSnapshotFormat As AgEStkGraphicsCameraSnapshotFileFormat _
)
[Managed C++]
public: void SaveToFile(
    String __gc ^ Filename,
    AgEStkGraphicsCameraSnapshotFileFormat CameraSnapshotFormat
);
[Unmanaged C++]
public: HRESULT SaveToFile(
    BSTR Filename,
    AgEStkGraphicsCameraSnapshotFileFormat CameraSnapshotFormat
);
[Python - STK API ]
def SaveToFile(self, Filename:str, CameraSnapshotFormat:"AgEStkGraphicsCameraSnapshotFileFormat") -> None:

Parameters

Filename
The filename of the snapshot.
CameraSnapshotFormat
The file format of the snapshot

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.