ObjectLabelReferenceList constructor
ObjectLabelReferenceList(
- int id,
- List<
ObjectLabel> objectLabels
Implementation
ObjectLabelReferenceList(int id, this.objectLabels)
: super(id, IsobusObjectType.objectLabelReferenceList);