You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Shared Namespace > Classes > WellKnownParameterKey Class > WellKnownParameterKey Classes > WellKnownParameterKey.Phase Class > Phase Classes > WellKnownParameterKey.Phase.CopyElevation Class > CopyElevation Fields > WellKnownParameterKey.Phase.CopyElevation.IsReadOnly Field
WellKnownParameterKey.Phase.CopyElevation.IsReadOnly Field
Close
Ofcas.Lk.Api.Client - Version 3.0
WellKnownParameterKey.Phase.CopyElevation.IsReadOnly Field

optional; value-type: string; Indicates the fields in the copy elevation dialog which should be read only. The fields are provided in a comma separated, case insensitive, string of Field constants. 

For the copy elevation dialog to have:

  • name field read only, IsReadOnly should include Field.Name constant.
  • amount field read only, IsReadOnly should include Field.Amount constant.
  • alternative field read only, IsReadOnly should include Field.Alternative constant.
  • user description field read only, IsReadOnly should include Field.UserDescription constant.

 

Value examples:

  • "NAME": name field only will be read only.
  • "name,Amount,ALTERNATIVE,User_Description": name, amount, alternative and user description fields will be read only.
Syntax
C#
public const string IsReadOnly = "PHASE_COPY_ELEVATION_IS_READ_ONLY";
Copyright © 2020. All rights reserved.