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






Windows & Linux

Description

Returns true if the collection contains the transformation.

Syntax

[Visual Basic .NET]
Public Function Contains( _
   ByVal Name As String _
) As Boolean

[C#]
public bool Contains(
string Name
);

[Managed C++]
public: bool Contains(
String __gc ^ Name
);

[Java]
public bool contains(
String Name
);

[Unmanaged C++]
public: HRESULT Contains(
BSTR Name,
VARIANT_BOOL * ReturnValue
);

Parameters

Name
The name of the ModelTransformation.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface