For convenience. Initializes a model primitive with the specified file path.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsModelPrimitive InitializeWithStringUri( string Uri ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsModelPrimitive^ InitializeWithStringUri( String __gc ^ Uri ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsModelPrimitive initializeWithStringUri( String Uri ); |
[Python - STK API ] |
|---|
def InitializeWithStringUri(self, Uri:str) -> "IAgStkGraphicsModelPrimitive": |
- Uri
- The path to the model file.






