Returns an array of asset properties that values will be passed to AMMGetCustomColumnValues.
Syntax
Function AMMPropertiesToBeRequested() As String
Parameters
This function accepts no parameters.
Example
Function AMMPropertiesToBeRequested() Dim mpropertyNames(1) mpropertyNames(0) = "_PREDEF_NAME_FOR_TYPE_DISP_NAME_" AMMPropertiesToBeRequested = mpropertyNames End Function
Remarks
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_.