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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1