Open pay item files with specified format and file path.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public static bool OpenPayItemFile(
	PayItemFileFormat fileFormat,
	string strPayItemFilePath,
	string strPayItemCategorizationFilePath
)
Visual Basic
Public Shared Function OpenPayItemFile ( _
	fileFormat As PayItemFileFormat, _
	strPayItemFilePath As String, _
	strPayItemCategorizationFilePath As String _
) As Boolean
Visual C++
public:
static bool OpenPayItemFile(
	PayItemFileFormat fileFormat, 
	String^ strPayItemFilePath, 
	String^ strPayItemCategorizationFilePath
)

Parameters

fileFormat
Type: Autodesk.Civil.DatabaseServices..::..PayItemFileFormat
Pay item file format.
strPayItemFilePath
Type: System..::..String
Pay item file path.
strPayItemCategorizationFilePath
Type: System..::..String
Pay item categorization file path.

See Also