AGI STK Graphics 11 Send comments on this topic.
IAgStkGraphicsCompositeDisplayCondition Collection Members
See Also  Overview 

Public Methods

Public Method Add Adds a display condition to the end of the composite.
Public Method AddWithNegate Adds a display condition to the end of the composite.
Public Method Clear Removes all display conditions from the composite.
Public Method GetNegate Determines if a logical not operation is applied to a display condition in the composite.
Public Method GetNegateAt Determines if a logical not operation is applied to a display condition in the composite.
Public Method Insert Inserts a display condition at the given zero-based index, shifting existing display conditions.
Public Method InsertWithNegate Inserts a display condition at the given zero-based index, shifting existing display conditions.
Public Method Remove Removes a display condition from the composite.
Public Method RemoveAt Removes the display condition at the given zero-based index, shifting existing display conditions.
Public Method Reserve Requests enough memory for the composite to contain at least count display conditions. Count will not be affected but Capacity may be.
Public Method SetNegate Sets if a logical not operation is applied to a display condition in the composite when the composite is evaluated.
Public Method SetNegateAt Sets if a logical not operation is applied to a display condition in the composite when the composite is evaluated.

Public Properties

Public Property Capacity Gets the number of display conditions for which memory has been allocated. This will always be greater or equal to Count.
Public Property Count Gets the number of display conditions in the composite.
Public Property Item Returns the condition at the given zero-based index.
Public Property LogicOperation Gets or sets the binary logic operation applied to all display conditions in the composite when the composite is evaluated. To combine logical and and or operations in the same expression, create composites containing composites.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK 11.1 Programming Interface