CygNet ELF Tree Grid Control – ActiveX Properties

The ELF Tree Grid Control is an ActiveX control. As such, an ELF Tree Grid Control object has an ActiveX page on the Property Sheet. Many of these properties are the object’s formatting properties. Values for the ActiveX Properties can be set directly on the ActiveX page or in the OCX Properties dialog box, which is accessed by clicking the (OCXProperties) property.

Property Description

AllowEdit

Specifies whether users can edit tree properties. If 0 - No is selected, properties will be displayed in read-only mode. The default is 1 - Yes.

AllowProperties

Specifies whether user can view tree properties. The default is 1 - Yes.

DdsSiteService

Specifies the DDS site and service from which to get the facility information to display in the tree (in "site.service" format). The default is blank.

DeviceID

The device ID of the ELF device in the DDS. The default is blank.

InitialNNDefinition

Specifies an Initial NN Definition that can be used when scripting events on custom CygNet Studio screens. The default is blank.

InitialNNDefList

Specifies the Initial NN Def List display: Options are 0 - Meter Group Definitions or 1 - All Definitions. The default is 0 - All Definitions. Use with scripting.

InitialOwnerFacility

Specifies an Initial Owner Facility that can be used when scripting events on custom CygNet Studio screens. The default is blank.

InitialOwnerList

Specifies the Initial Owner List to display: Options are 0 - Owner Groups or 1 - All Input Owners. The default is 0 - Owner Groups. Use with scripting.

InitialTargetFacility

Specifies an Initial Target Facility that can be used when scripting events on custom CygNet Studio screens. The default is blank.

InitialTargetList

Specifies the Initial Target List to display: Options are 0 - Meter Groups or 1 - All Forecast Targets. The default is 0 - Meter Groups. Use with scripting.

ShowAllNNDefs

Specifies whether to include All Definitions under the Neural Network Root in the tree. The default is 1 - Yes.

ShowAllNNTemplates

Specifies whether to include All Templates under the Neural Network Root in the tree. The default is 1 - Yes.

ShowAllOwners

Specifies whether to include Owner Groups under the Input Owner Root in the tree. The default is 1 - Yes.

ShowAllTargets

Specifies whether to include All Forecast Targets under the Meter Root in the tree. The default is 1 - Yes.

ShowArchivedNNDefs

Specifies whether to include Archived Defintions under the Neural Network Root in the tree. The default is 1 - Yes.

ShowMeterGroupNNDefs

Specifies whether to include Meter/Groups Definitions under the Neural Network Root in the tree. The default is 1 - Yes.

ShowMeterGroups

Specifies whether to include Meter Groups under the Meter Root in the tree. The default is 1 - Yes.

ShowMeterMisconfigs

Specifies whether to include Misconfigurations under the Meter Root in the tree. The default is 1 - Yes.

ShowMeterRoot

Specifies whether to include Meter Hierarchies root in the tree. The default is 1 - Yes.

ShowNNDefMisconfigs

Specifies whether to include Misconfigurations under the Neural Network Root in the tree. The default is 1 - Yes.

ShowNNDefRoot

Specifies whether to include Neural Networks root in the tree. The default is 1 - Yes.

ShowOwnerGroups

Specifies whether to include All Input Owners under the Input Owner Root in the tree. The default is 1 - Yes.

ShowOwnerMisconfigs

Specifies whether to include Misconfigurations under the Input Owner Root in the tree. The default is 1 - Yes.

ShowOwnerRoot

Specifies whether to include Owner Hierarchies root in the tree. The default is 1 - Yes.

ShowPendingApprovalNNDefs

Specifies whether to include Pending Approval definitions under the Neural Network Root in the tree. The default is 1 - Yes.

Back to top