CompositeDisplayConditionRemove Method (Int32) |
Removes the display condition at the given zero-based index,
shifting existing display conditions.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void Remove(
int index
)
Public Sub Remove (
index As Integer
)
public:
void Remove(
int index
)
member Remove :
index : int -> unit
Parameters
- index
- Type: SystemInt32
The zero-based index of the display condition to remove.
Exceptions See Also