QuickOPC User's Guide and Reference
CanExtend Method (CompositeConnectivity)



OpcLabs.BaseLibComponents Assembly > OpcLabs.BaseLib.Connectivity Namespace > CompositeConnectivity Class : CanExtend Method
Syntax
'Declaration
 
Public Function CanExtend( _
   ByVal extendee As Object _
) As Boolean
'Usage
 
Dim instance As CompositeConnectivity
Dim extendee As Object
Dim value As Boolean
 
value = instance.CanExtend(extendee)
public bool CanExtend( 
   object extendee
)
public:
bool CanExtend( 
   Object^ extendee
) 

Parameters

extendee
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