For convenience. Initializes a model primitive with the specified file path.
[Visual Basic .NET] |
---|
Public Function InitializeWithStringUri( _ ByVal Uri As String _ ) As |
[C#] |
---|
public IAgStkGraphicsModelPrimitive InitializeWithStringUri( string Uri ); |
[Managed C++] |
---|
public: IAgStkGraphicsModelPrimitive^ InitializeWithStringUri( String __gc ^ Uri ); |
[Java] |
---|
public IAgStkGraphicsModelPrimitive initializeWithStringUri( String Uri ); |
[Unmanaged C++] |
---|
public: HRESULT InitializeWithStringUri( BSTR Uri, IAgStkGraphicsModelPrimitive ** ppRetVal ); |
- Uri
- The path to the model file.