STK Graphics PrimitivesSend 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
);
[Unmanaged C++]
public: HRESULT Contains(
    IAgStkGraphicsPrimitive * Primitive,
    VARIANT_BOOL * pRetVal
);
[Java]
public bool contains(
    IAgStkGraphicsPrimitive Primitive
);
[Python - STK API ]
def Contains(self, Primitive:"IAgStkGraphicsPrimitive") -> bool:

Parameters

Primitive
The primitive to locate in the manager.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.