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



OpcLabs.BaseLib 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 7 with SP1, Windows Server 2012; .NET Core: Linux, Microsoft Windows

See Also

Reference

CompositeConnectivity Class
CompositeConnectivity Members