Adds a display condition to the end of the composite.
| [Visual Basic .NET] |
|---|
Public Sub Add( _ ByVal DisplayCondition As IAgStkGraphicsDisplayCondition _ ) |
| [C#] |
|---|
public void Add( |
| [Managed C++] |
|---|
public: void Add( |
| [Java] |
|---|
public add( |
| [Unmanaged C++] |
|---|
public: HRESULT Add( |
- DisplayCondition
- The display condition to add to the composite.
