Exports the current set of collocation nodes to a file.
[Visual Basic .NET] |
---|
Public Sub ExportNodes( _ ByVal FileName As String _ ) |
[C#] |
---|
public void ExportNodes( string FileName ); |
[Managed C++] |
---|
public: void ExportNodes( String __gc ^ FileName ); |
[Unmanaged C++] |
---|
public: HRESULT ExportNodes( BSTR FileName ); |
[Java] |
---|
public void exportNodes( String FileName ); |
[Python - STK API ] |
---|
def ExportNodes(self, FileName:str) -> None: |
- FileName