Property: IsReadOnly for AssignmentChannel <Data>
- Updated2024-09-12
- 1 minute(s) read
Internal Data > Properties > Property: IsReadOnly for AssignmentChannel <Data>
Property: IsReadOnly for AssignmentChannel <Data>
Specifies whether an assignment channel is read-only.
Object.IsReadOnly
Object | AssignmentChannel <Data> Object with this property |
Object.IsReadOnly | Boolean value with read access |
The following example displays whether the assignment channel is read-only:
VBScript | Python |
Dim oMyChn Call Data.Root.Clear() Call DataFileLoad(ProgramDrv & "Examples\Data\Report_expl.tdm") Set oMyChn = Data.GetChannel("[6]/[4]") Call MsgBoxDisp(oMyChn.IsReadOnly)