STK ObjectsSend comments on this topic.
SaveVDFToSDF Method (IAgStkObjectRoot)
See Also
SDFPath
Windows





Windows & Linux

Description

Saves a vdf to SDF at the specified location. The method throws an exception if the VDF creation or upload fails.

Syntax

[Visual Basic .NET]
Public Sub SaveVDFToSDF( _
    ByVal SDFPath As String _
)
[C#]
public void SaveVDFToSDF(
    string SDFPath
);
[Managed C++]
public: void SaveVDFToSDF(
    String __gc ^ SDFPath
);
[Unmanaged C++]
public: HRESULT SaveVDFToSDF(
    BSTR SDFPath
);
[Java]
public void saveVDFToSDF(
    String SDFPath
);
[Python - STK API ]
def SaveVDFToSDF(self, SDFPath:str) -> None:

Parameters

SDFPath

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.