QTOUtilityOpenPayItemFile Method |
Open pay item files with specified format and file path.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic static bool OpenPayItemFile(
PayItemFileFormat fileFormat,
string strPayItemFilePath,
string strPayItemCategorizationFilePath
)
Public Shared Function OpenPayItemFile (
fileFormat As PayItemFileFormat,
strPayItemFilePath As String,
strPayItemCategorizationFilePath As String
) As Boolean
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