LogicOperation.InputType Property

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.Models Namespace > LogicOperation Class > LogicOperation Properties >

LogicOperation.InputType Property

Gets or sets the type of input port.

Namespace: BNCS.Logic.Models
Assembly:  BNCS.Logic.Models (in BNCS.Logic.Models.dll)

 

Syntax


public LogicPort.PortTypes InputType { get; set; }

Field Value

The type of input port, which is a value from the LogicPort.PortTypes enumeration. The default value is Undefined.

 

See Also


LogicOperation Class

BNCS.Logic.Models Namespace