Determines whether the manager contains a primitive.
[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: |
- Primitive
- The primitive to locate in the manager.