OPC Studio User's Guide and Reference
SetSubconditionNames Method (AEConditionElement)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace Namespace > AEConditionElement Class : SetSubconditionNames Method

The value of this parameter cannot be null (Nothing in Visual Basic).

The individual elements of the parameter value can be null (Nothing in Visual Basic).

Sets an array of subcondition names.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub SetSubconditionNames( _
   ByRef value() As String _
) 
'Usage
 
Dim instance As AEConditionElement
Dim value() As String
 
instance.SetSubconditionNames(value)
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public void SetSubconditionNames( 
   ref string[] value
)
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public:
void SetSubconditionNames( 
   array<String^>^% value
) 

Parameters

value

The value of this parameter cannot be null (Nothing in Visual Basic).

The individual elements of the parameter value can be null (Nothing in Visual Basic).

Remarks

Intended for certain COM callers. You can simply use the SubconditionNames property setter in .NET instead.

This member is not compatible with VBScript.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also