For convenience. Initializes a model primitive with the specified file path and up axis.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsModelPrimitive InitializeWithStringUriAndUpAxis( string Uri, AgEStkGraphicsModelUpAxis UpAxis ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsModelPrimitive^ InitializeWithStringUriAndUpAxis( String __gc ^ Uri, AgEStkGraphicsModelUpAxis UpAxis ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsModelPrimitive initializeWithStringUriAndUpAxis( String Uri, AgEStkGraphicsModelUpAxis UpAxis ); |
[Python - STK API ] |
|---|
def InitializeWithStringUriAndUpAxis(self, Uri:str, UpAxis:"AgEStkGraphicsModelUpAxis") -> "IAgStkGraphicsModelPrimitive": |
- Uri
- The path to the model file.
- UpAxis
- The axis representing the up direction of the model file.






