Removes all display conditions from the composite.
[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: |
An empty composite display condition evaluates to true, so when an empty composite is assigned to an object, the object is always rendered .