HdcImportProfileConfig Data Type

Properties
name data type constraints description
contextRootValid boolean required boolean
importType TdxmInputType  
domainId number  
contextRootId string  
contextRootLabel string  
contextRootMissing boolean required boolean
srId number  
addUnmappedLayers boolean required boolean
contextRootClassIdAsLong number  
description string  
classesToUnlink array of number  
requireObjectIdentifiers boolean required boolean
importDocs boolean required boolean
autoLinking boolean required boolean
removeOldRaster boolean required boolean
unlinkObjects boolean required boolean
addUnmatchedObjects boolean required boolean
tileRaster boolean required boolean
applyFieldRules boolean  
contextRootPair PairOfStringAndString  
contextRootClassId string  
defaultScaleValue number  
name string  
convertClassesForMatchedDocuments boolean required boolean
vectorProcessingMode TdxmVectorProcessingMode  
removeSurplusObjects boolean required boolean
classesToUnlinkFrom array of number  
classesToClean array of number  
perspectiveId number  
inheritParentObjectsSecurityScheme boolean required boolean

Example

{
  "contextRootValid" : true,
  "importType" : "IFC",
  "domainId" : 12345,
  "contextRootId" : "...",
  "contextRootLabel" : "...",
  "contextRootMissing" : true,
  "srId" : 12345,
  "addUnmappedLayers" : true,
  "contextRootClassIdAsLong" : 12345,
  "description" : "...",
  "classesToUnlink" : [ 12345, 12345 ],
  "requireObjectIdentifiers" : true,
  "importDocs" : true,
  "autoLinking" : true,
  "removeOldRaster" : true,
  "unlinkObjects" : true,
  "addUnmatchedObjects" : true,
  "tileRaster" : true,
  "applyFieldRules" : true,
  "contextRootPair" : {
    "first" : "...",
    "value0" : "...",
    "value1" : "...",
    "second" : "..."
  },
  "contextRootClassId" : "...",
  "defaultScaleValue" : 12345.0,
  "name" : "...",
  "convertClassesForMatchedDocuments" : true,
  "vectorProcessingMode" : "CLEAR_MATCHED_LAYERS",
  "removeSurplusObjects" : true,
  "classesToUnlinkFrom" : [ 12345, 12345 ],
  "classesToClean" : [ 12345, 12345 ],
  "perspectiveId" : 12345,
  "inheritParentObjectsSecurityScheme" : true
}