Aspose::BarCode::ComplexBarcode::USADriveIdJurisdSubfile class

USADriveIdJurisdSubfile class

Class for Jurisdiction specific fields for USA DL

class USADriveIdJurisdSubfile : public System::Object

Methods

MethodDescription
AddOrReplace(System::SharedPtr<USADriveIdJurisdSubfile::DataElement>)Adds new DataElement or replaces it if ElementID already exists.
AddOrReplace(System::String, System::String)Adds a new DataElement with the specified identifier and value, or replaces the existing element if an entry with the same ElementID is already present.
Clear()Clears all data elements
FindDataElement(System::String, bool)Searches for data element by 3-letter id
get_Count()Returns number of data elements
virtual idx_get(System::String)Indexing by 3-letter element id
virtual idx_get(int32_t)Indexing by index number
virtual idx_set(System::String, System::SharedPtr<USADriveIdJurisdSubfile::DataElement>)Indexing by 3-letter element id
virtual idx_set(int32_t, System::SharedPtr<USADriveIdJurisdSubfile::DataElement>)Indexing by index number
Insert(int32_t, System::SharedPtr<USADriveIdJurisdSubfile::DataElement>)Inserts the specified DataElement at the given index. If a DataElement with the same ElementID already exists, it will be replaced.
RemoveAt(int32_t)Tries to remove element at index
RemoveAt(System::String)Tries to remove element with 3-letter id
USADriveIdJurisdSubfile()

See Also