Determines whether the manager contains a primitive.
| [Visual Basic .NET] |
|---|
Public Function Contains( _ ByVal Primitive As IAgStkGraphicsPrimitive _ ) As Boolean |
| [C#] |
|---|
public bool Contains( |
| [Managed C++] |
|---|
public: bool Contains( |
| [Java] |
|---|
public bool contains( |
| [Unmanaged C++] |
|---|
public: HRESULT Contains( |
- Primitive
- The primitive to locate in the manager.
