AGI STK Graphics 11 Send comments on this topic.
LogicOperation Property (IAgStkGraphicsCompositeDisplayCondition)
See Also 





Description

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.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LogicOperation() As AgEStkGraphicsBinaryLogicOperation

[C#]
public AgEStkGraphicsBinaryLogicOperation LogicOperation {get; set;}

[Managed C++]
public: __property AgEStkGraphicsBinaryLogicOperation get_LogicOperation();
public: __property void set_LogicOperation(
AgEStkGraphicsBinaryLogicOperation
);

[Unmanaged C++]
public: HRESULT get_LogicOperation(
AgEStkGraphicsBinaryLogicOperation * pRetVal
);
public: HRESULT put_LogicOperation(
AgEStkGraphicsBinaryLogicOperation NewLogicOperation
);

[Java]
public AgEStkGraphicsBinaryLogicOperation getLogicOperation();public void setLogicOperation(
AgEStkGraphicsBinaryLogicOperation
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1