ProjTable.projLinePropertyId Method
Retrieves the line property ID that is associated with the specified ProjTable record and optionally updates the corresponding ProjLinePropertySetup record for the line property ID with the details of the ProjTable record passed in.
Syntax
edit ProjLinePropertyId projLinePropertyId(
boolean _set,
ProjTable _projTable,
ProjLinePropertyId _projLinePropertyId)
Run On
Called
Parameters
- _set
Type: boolean
A Boolean value that indicates whether to retrieve the line property ID or update the ProjLinePropertySetup record.
- _projTable
Type: ProjTable Table
The project record.
- _projLinePropertyId
Type: ProjLinePropertyId Extended Data Type
The line property ID.
Return Value
Type: ProjLinePropertyId Extended Data Type
The line property ID.