ProjGroup.projLinePropertyId Method

Gets or sets the default line property for projects in a project group.

Syntax

edit ProjLinePropertyId projLinePropertyId(
    boolean _set, 
    ProjGroup _projGroup, 
    ProjLinePropertyId _projLinePropertyId)

Run On

Called

Parameters

  • _set
    Type: boolean
    A Boolean value that indicates whether to set the line property ID to the value of the value of the _projLinePropertyId parameter.
  • _projGroup
    Type: ProjGroup Table
    A Project group for which to set the line property.

Return Value

Type: ProjLinePropertyId Extended Data Type
The line property ID of the default line property for projects in the project group.

Remarks

When associated with a control on a form, this method is automatically called every time that the form is redrawn, and the value of the _set parameter will be true if the user has entered anything in the control.

See Also

Reference

ProjGroup Table