Imports object from external file and returns the pointer to the object.
[Visual Basic .NET] |
---|
Public Function ImportObject( _ ByVal FilePath As String _ ) As IAgStkObject |
[C#] |
---|
public IAgStkObject ImportObject( |
[Managed C++] |
---|
public: IAgStkObject^ ImportObject( |
[Java] |
---|
public IAgStkObject importObject( |
[Unmanaged C++] |
---|
public: HRESULT ImportObject( |
- FilePath
Import an existing STK Object file into an object collection
[C#] | ![]() | |
---|---|---|
|
Import an existing STK Object file into the scenario
[C#] | ![]() | |
---|---|---|
|
Import an existing STK Object file into an object collection
[Visual Basic .NET] | ![]() | |
---|---|---|
|
Import an existing STK Object file into the scenario
[Visual Basic .NET] | ![]() | |
---|---|---|
|