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

Description
Attempts to append a relative browse path string to the current browse path, with specified maximum parent depth.

 

DISPID (Dispatch ID):

 

For more information, see TryAppendRelative in .NET Reference.

Syntax
Visual Basic
Public Function TryAppendRelative( _
   ByVal more As String, _
   ByVal MaximumParentDepth As Long _
) As StringParsingError
Parameters
more

MaximumParentDepth

Return Type

See TryAppendRelative in .NET Reference.

Remarks

For remarks, see TryAppendRelative in .NET Reference.

Example

For examples, see TryAppendRelative in .NET Reference.

See Also

BrowsePath Object  | BrowsePath Members