VMDLegacyFileCollection

Objective-C

@interface VMDLegacyFileCollection : VMDFileCollection

Swift

class VMDLegacyFileCollection

Add legacy VMD support

Since

2.0

Public Methods

  • Add a building xml to a file collection

    • Param: buildingXmlFile the xml file to add
    • Param: buildingId the id of the building which it belongs to

    Declaration

    Objective-C

    - (void)addBuildingXml:(nonnull id<VMDFile>)buildingXmlFile
               forBuilding:(nonnull NSString *)buildingId;

    Swift

    func addBuildingXml(_ buildingXmlFile: Any!, forBuilding buildingId: Any!)