Adds a display condition to the end of the
composite.
[Visual Basic .NET] |
---|
Public Sub AddWithNegate( _
ByVal DisplayCondition As IAgStkGraphicsDisplayCondition, _
ByVal Negate As Boolean _
)
|
[C#] |
---|
public void AddWithNegate(
|
[Managed C++] |
---|
public: void AddWithNegate(
|
[Java] |
---|
public addWithNegate(
|
[Unmanaged C++] |
---|
public: HRESULT AddWithNegate(
|
- DisplayCondition
- The display condition to add to the composite.
- Negate
- When true, a logical
not
is applied to displayCondition when the composite display condition is evaluated.