STK Graphics PrimitivesSend comments on this topic.
InitializeWithStringUri Method (IAgStkGraphicsModelPrimitiveFactory)
See Also
Uri
The path to the model file.
Windows





Windows & Linux

Description

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

Syntax

[Visual Basic .NET]
Public Function InitializeWithStringUri( _
    ByVal Uri As String _
) As IAgStkGraphicsModelPrimitive
[C#]
public IAgStkGraphicsModelPrimitive InitializeWithStringUri(
    string Uri
);
[Managed C++]
public: IAgStkGraphicsModelPrimitive^ InitializeWithStringUri(
    String __gc ^ Uri
);
[Unmanaged C++]
public: HRESULT InitializeWithStringUri(
    BSTR Uri,
    IAgStkGraphicsModelPrimitive ** ppRetVal
);
[Java]
public IAgStkGraphicsModelPrimitive initializeWithStringUri(
    String Uri
);
[Python - STK API ]
def InitializeWithStringUri(self, Uri:str) -> "IAgStkGraphicsModelPrimitive":

Parameters

Uri
The path to the model file.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.