AGI Real-Time Tracking Tool 11 Send comments on this topic.
Export Method (IAgRt3FileOps)
See Also 
Object
FileName





Description

Export the provided object.

Syntax

[Visual Basic .NET]
Public Sub Export( _
   ByVal Object As Object, _
   ByVal FileName As String _
) 

[C#]
public void Export(
Object Object,
string FileName
);

[Managed C++]
public: void Export(
IUnknown ^ Object,
String __gc ^ FileName
);

[Java]
public  export(
Object Object,
String FileName
);

[Unmanaged C++]
public: HRESULT Export(
IUnknown * Object,
BSTR FileName
);

Parameters

Object
FileName

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1