STK Graphics PrimitivesSend comments on this topic.
GetByName 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 GetByName( _
    ByVal Name As String _
) As IAgStkGraphicsModelTransformation
[C#]
public IAgStkGraphicsModelTransformation GetByName(
    string Name
);
[Managed C++]
public: IAgStkGraphicsModelTransformation^ GetByName(
    String __gc ^ Name
);
[Unmanaged C++]
public: HRESULT GetByName(
    BSTR Name,
    IAgStkGraphicsModelTransformation ** ppRetVal
);
[Java]
public IAgStkGraphicsModelTransformation getByName(
    String Name
);
[Python - STK API ]
def GetByName(self, Name:str) -> "IAgStkGraphicsModelTransformation":

Parameters

Name
The name of the ModelTransformation.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.