AGI STK Graphics 11Send comments on this topic.
GetItemByString Method (IAgStkGraphicsModelArticulationCollection)
See Also
Name
The name of the ModelArticulation.
Windows






Windows & Linux

Description

Gets an articulation by name.

Syntax

[Visual Basic .NET]
Public Function GetItemByString( _
    ByVal Name As String _
) As 
[C#]
public IAgStkGraphicsModelArticulation GetItemByString(
    string Name
);
[Managed C++]
public: IAgStkGraphicsModelArticulation^ GetItemByString(
    String __gc ^ Name
);
[Java]
public IAgStkGraphicsModelArticulation getItemByString(
    String Name
);
[Unmanaged C++]
public: HRESULT GetItemByString(
    BSTR Name,
    IAgStkGraphicsModelArticulation ** ppRetVal
);

Parameters

Name
The name of the ModelArticulation.

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.