Exports the object to a file.
[Visual Basic .NET] |
---|
Public Sub Export( _ ByVal Filename As String _ ) |
[C#] |
---|
public void Export( |
[Managed C++] |
---|
public: void Export( |
[Java] |
---|
public export( |
[Unmanaged C++] |
---|
public: HRESULT Export( |
- Filename
- The file name to export the object to.
Export a STK Object to a file
[C#] | ![]() | |
---|---|---|
|
Export a STK Object to a file
[Visual Basic .NET] | ![]() | |
---|---|---|
|