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.Read-write property
[Visual Basic .NET] |
---|
Public Property LogicOperation() As AgEStkGraphicsBinaryLogicOperation
|
[C#] |
---|
public AgEStkGraphicsBinaryLogicOperation LogicOperation {get; set;}
|
[Managed C++] |
---|
public: __property AgEStkGraphicsBinaryLogicOperation get_LogicOperation();
|
[Unmanaged C++] |
---|
public: HRESULT get_LogicOperation(
|
[Java] |
---|
public AgEStkGraphicsBinaryLogicOperation getLogicOperation();public void setLogicOperation(
|