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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1