OnlySelectedTerminals Property
In This Topic
Gets/Sets if the re-addressing process affects all PLC terminals in the project or just the selected ones.
Syntax
public bool OnlySelectedTerminals {get; set;}
public:
property bool OnlySelectedTerminals {
bool get();
void set ( bool value);
}
See Also