ObjectLabelReferenceList constructor

ObjectLabelReferenceList(
  1. int id,
  2. List<ObjectLabel> objectLabels
)

Implementation

ObjectLabelReferenceList(int id, this.objectLabels)
    : super(id, IsobusObjectType.objectLabelReferenceList);