AGI STK Graphics 11Send 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
);
[Java]
public IAgStkGraphicsModelTransformation getItemByString(
   String Name
);
[Unmanaged C++]
public: HRESULT GetItemByString(
   BSTR Name,
   IAgStkGraphicsModelTransformation ** ReturnValue
);

Parameters

Name
The name of the ModelTransformation.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.