FileReference constructor
- int hostTileId,
- String fileName,
- FileReferenceType type,
- int catalogHandle,
Creates a new instance.
hostTileIdThe tile where the element is defined.fileNamefile name including file extensiontypeIdentifies which type of file is (toll, junction view, etc...)catalogHandleCatalog index where the file is stored.
Implementation
FileReference(this.hostTileId, this.fileName, this.type, this.catalogHandle);