STK Graphics PrimitivesSend comments on this topic.
Clear Method (IAgStkGraphicsCompositeDisplayCondition)
See Also
Windows





Windows & Linux

Description

Removes all display conditions from the composite.

Syntax

[Visual Basic .NET]
Public Sub Clear()
[C#]
public void Clear();
[Managed C++]
public: void Clear();
[Unmanaged C++]
public: HRESULT Clear();
[Java]
public void clear();
[Python - STK API ]
def Clear(self) -> None:

Remarks

An empty composite display condition evaluates to true, so when an empty composite is assigned to an object, the object is always rendered.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.