STK Graphics PrimitivesSend comments on this topic.
GetNegate Method (IAgStkGraphicsCompositeDisplayCondition)
See Also
DisplayCondition
The display condition to check.
Windows





Windows & Linux

Description

Determines if a logical not operation is applied to a display condition in the composite.

Syntax

[Visual Basic .NET]
Public Function GetNegate( _
    ByVal DisplayCondition As IAgStkGraphicsDisplayCondition _
) As Boolean
[C#]
public bool GetNegate(
    IAgStkGraphicsDisplayCondition DisplayCondition
);
[Managed C++]
public: bool GetNegate(
    IAgStkGraphicsDisplayCondition ^ DisplayCondition
);
[Unmanaged C++]
public: HRESULT GetNegate(
    IAgStkGraphicsDisplayCondition * DisplayCondition,
    VARIANT_BOOL * pRetVal
);
[Java]
public bool getNegate(
    IAgStkGraphicsDisplayCondition DisplayCondition
);
[Python - STK API ]
def GetNegate(self, DisplayCondition:"IAgStkGraphicsDisplayCondition") -> bool:

Parameters

DisplayCondition
The display condition to check.

Remarks

Display conditions can be in more than one composite at a time. Each composite may or may not negate the display condition. So a display condition that is negated in one composite is not necessarily negated in another.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.