method

USADriveIdJurisdSubfile::Insert method

Inserts the specified DataElement at the given index. If a DataElement with the same ElementID already exists, it will be replaced.

System::SharedPtr<USADriveIdJurisdSubfile::DataElement> Aspose::BarCode::ComplexBarcode::USADriveIdJurisdSubfile::Insert(int32_t index, System::SharedPtr<USADriveIdJurisdSubfile::DataElement> node)
ParameterTypeDescription
indexint32_tThe zero-based index at which the element should be inserted.
nodeSystem::SharedPtr<USADriveIdJurisdSubfile::DataElement>The DataElement instance to insert or replace at the target position.

ReturnValue

The DataElement that was inserted or used to replace an existing entry.

See Also