AGI STK Graphics 11 Send comments on this topic.
Contains Method (IAgStkGraphicsPrimitiveManager)
See Also 
Primitive
The primitive to locate in the manager.
Windows






Windows & Linux

Description

Determines whether the manager contains a primitive.

Syntax

[Visual Basic .NET]
Public Function Contains( _
   ByVal Primitive As IAgStkGraphicsPrimitive _
) As Boolean

[C#]
public bool Contains(
IAgStkGraphicsPrimitive Primitive
);

[Managed C++]
public: bool Contains(
IAgStkGraphicsPrimitive ^ Primitive
);

[Java]
public bool contains(
IAgStkGraphicsPrimitive Primitive
);

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

Parameters

Primitive
The primitive to locate in the manager.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface