Returns an array of asset properties that values will be passed to AMMGetCustomColumnValues.
Function AMMPropertiesToBeRequested() As String
This function accepts no parameters.
Function AMMPropertiesToBeRequested()
Dim mpropertyNames(1)
mpropertyNames(0) = "_PREDEF_NAME_FOR_TYPE_DISP_NAME_"
AMMPropertiesToBeRequested = mpropertyNames
End Function
To retrieve the localized value of the ClassName property of AutoCAD P&ID tags, use the special property name _PREDEF_NAME_FOR_TYPE_DISP_NAME_.