AGI STK Graphics 11Send 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

© 2018 Analytical Graphics, Inc. All Rights Reserved.