OPC Labs Base Library Primitives
TryRelativeTo Method
OpcLabs_BaseLibPrimitives ActiveX DLL > BrowsePath Object : TryRelativeTo Method

Description
Attempts to compute a relative path string that leads from the current browse to a given browse path.

 

DISPID (Dispatch ID):

 

For more information, see TryRelativeTo in .NET Reference.

Syntax
Visual Basic
Public Function TryRelativeTo( _
   ByVal toPath As Variant, _
   ByVal MaximumParentDepth As Long, _
   ByRef relativeResult As String _
) As Boolean
Parameters
toPath

MaximumParentDepth

relativeResult

Return Type

See TryRelativeTo in .NET Reference.

Remarks

For remarks, see TryRelativeTo in .NET Reference.

Example

For examples, see TryRelativeTo in .NET Reference.

See Also

BrowsePath Object  | BrowsePath Members