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

Parameters

Name
The name of the ModelTransformation.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.