STK Graphics PrimitivesSend comments on this topic.
GetItemByString Method (IAgStkGraphicsModelArticulation)
See Also
Name
The name of the ModelTransformation.
Windows





Windows & Linux

Description

Gets a transformation by name.

Syntax

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

Parameters

Name
The name of the ModelTransformation.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.