OPC Labs Base Library
AppendRelative Method
OpcLabs_BaseLib ActiveX DLL > BrowsePath Object : AppendRelative Method

Description
Appends a relative browse path to the end of the current browse path. Maximum parent depth is also specified.

 

DISPID (Dispatch ID):

 

For more information, see AppendRelative in .NET Reference.

Syntax
Visual Basic
Public Sub AppendRelative( _
   ByVal more As String, _
   ByVal MaximumParentDepth As Long _
) 
Parameters
more

MaximumParentDepth

Return Type

See AppendRelative in .NET Reference.

Remarks

For remarks, see AppendRelative in .NET Reference.

Example

For examples, see AppendRelative in .NET Reference.

See Also

BrowsePath Object  | BrowsePath Members