Browse By Tags

  • [CONNECT] Item Types and Property Arrays

    MicroStation help doesn't dwell on Item Types and Property Arrays . If I define a Property Array as part of an Item Type definition, how do I add data to that array in an Item instance? Can a Property contain data defined in another Item Type ?…
  • [CONNECT VBA] ItemTypeProperty.IsArray

    VBA Help tells us: ItemTypeProperty.IsArray: Sets whether or not this property is an array. If an Item Type Property is an array, how do we get/set the array values?