You are here: Appendix D: VBScript reference > The Meridian Enterprise functions > AMMPropertiesToBeRequested function

AMMPropertiesToBeRequested function

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_.

Related concepts

Configuring linking to folders

Related tasks

Configuring the proxy document type

Configuring the Where Used page

Related information

AMMMainTagDocumentId function

AMMUseMainTag function

PnIDLink_GetSheetSize function

PnIDLink_GetAssetCoordinates function

PnIDLink_IsMainDrawing function

AMMGetReportTableRowValues function

AMMGetReportCustomHeaderValues function


www.bluecieloecm.com