Imports object from external file and returns the pointer to the object.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkObject ImportObject( string FilePath ); |
| [Managed C++] |
|---|
public: IAgStkObject^ ImportObject( String __gc ^ FilePath ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkObject importObject( String FilePath ); |
[Python - STK API ] |
|---|
def ImportObject(self, FilePath:str) -> "IAgStkObject": |
- 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 the scenario
| [Visual Basic .NET] | ||
|---|---|---|
| ||
Import an existing STK Object file into an object collection
| [Visual Basic .NET] | ||
|---|---|---|
| ||






