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





Description

Import an object into the provided parent.

Syntax

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

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

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

[Java]
public  import(
Object Parent,
String FileName
);

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

Parameters

Parent
FileName

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1