FileReference constructor

FileReference(
  1. int hostTileId,
  2. String fileName,
  3. FileReferenceType type,
  4. int catalogHandle,
)

Creates a new instance.

  • hostTileId The tile where the element is defined.
  • fileName file name including file extension
  • type Identifies which type of file is (toll, junction view, etc...)
  • catalogHandle Catalog index where the file is stored.

Implementation

FileReference(this.hostTileId, this.fileName, this.type, this.catalogHandle);