QTOUtilityOpenPayItemFile Method

Open pay item files with specified format and file path.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public static bool OpenPayItemFile(
	PayItemFileFormat fileFormat,
	string strPayItemFilePath,
	string strPayItemCategorizationFilePath
)

Parameters

fileFormat  PayItemFileFormat
Pay item file format.
strPayItemFilePath  String
Pay item file path.
strPayItemCategorizationFilePath  String
Pay item categorization file path.

Return Value

Boolean
See Also