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





Description

Returns true if the collection contains the articulation.

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 ModelArticulation.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1