LogicModel.Ports Property

<< Click to Display Table of Contents >>

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

LogicModel.Ports Property

Gets or sets the array of logic ports associated with the object.

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

 

Syntax


public LogicPort[] Ports { get; set; }

Field Value

An array of LogicPort objects representing the logic ports.

 

See Also


LogicModel Class

BNCS.Logic.Models Namespace