For convenience. Initializes a model primitive with the specified file path and up axis.
[Visual Basic .NET] |
---|
Public Function InitializeWithStringUriAndUpAxis( _ ByVal Uri As String, _ ByVal UpAxis As AgEStkGraphicsModelUpAxis _ ) As IAgStkGraphicsModelPrimitive |
[C#] |
---|
public IAgStkGraphicsModelPrimitive InitializeWithStringUriAndUpAxis( string Uri, AgEStkGraphicsModelUpAxis UpAxis ); |
[Managed C++] |
---|
public: IAgStkGraphicsModelPrimitive^ InitializeWithStringUriAndUpAxis( String __gc ^ Uri, AgEStkGraphicsModelUpAxis UpAxis ); |
[Unmanaged C++] |
---|
public: HRESULT InitializeWithStringUriAndUpAxis( BSTR Uri, AgEStkGraphicsModelUpAxis UpAxis, IAgStkGraphicsModelPrimitive ** ppRetVal ); |
[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.