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






Windows & Linux

Description

Determines whether the composite 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 composite.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.