Loads a component from a specified file (full path) into the current folder and then returns the loaded component.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgComponentInfo LoadComponent( string FileName ); |
| [Managed C++] |
|---|
public: IAgComponentInfo^ LoadComponent( String __gc ^ FileName ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgComponentInfo loadComponent( String FileName ); |
[Python - STK API ] |
|---|
def LoadComponent(self, FileName:str) -> "IAgComponentInfo": |
- FileName






