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#] | Copy Code | |
|---|---|---|
| ||
Import an existing STK Object file into the scenario
| [C#] | Copy Code | |
|---|---|---|
| ||
Import an existing STK Object file into an object collection
| [Visual Basic .NET] | Copy Code | |
|---|---|---|
| ||
Import an existing STK Object file into the scenario
| [Visual Basic .NET] | Copy Code | |
|---|---|---|
| ||
