Share

QTOUtility.OpenPayItemFile Method

Open pay item files with specified format and file path.



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

Syntax

C#

public static bool OpenPayItemFile(
	PayItemFileFormat fileFormat,
	string strPayItemFilePath,
	string strPayItemCategorizationFilePath
)

VB

Public Shared Function OpenPayItemFile ( 
	fileFormat As PayItemFileFormat,
	strPayItemFilePath As String,
	strPayItemCategorizationFilePath As String
) As Boolean

C++

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

Reference

Was this information helpful?