STK Graphics PrimitivesSend comments on this topic.
GetNegateAt Method (IAgStkGraphicsCompositeDisplayCondition)
See Also
Index
The zero-based index of 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 GetNegateAt( _
    ByVal Index As Integer _
) As Boolean
[C#]
public bool GetNegateAt(
    int Index
);
[Managed C++]
public: bool GetNegateAt(
    int Index
);
[Unmanaged C++]
public: HRESULT GetNegateAt(
    int Index,
    VARIANT_BOOL * pRetVal
);
[Java]
public bool getNegateAt(
    Integer Index
);
[Python - STK API ]
def GetNegateAt(self, Index:int) -> bool:

Parameters

Index
The zero-based index of 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.