STK Graphics PrimitivesSend comments on this topic.
InitializeWithStringUriAndUpAxis Method (IAgStkGraphicsModelPrimitiveFactory)
See Also
Uri
The path to the model file.
UpAxis
The axis representing the up direction of the model file.
Windows





Windows & Linux

Description

For convenience. Initializes a model primitive with the specified file path and up axis.

Syntax

[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":

Parameters

Uri
The path to the model file.
UpAxis
The axis representing the up direction of the model file.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.