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

Description
Computes a relative path string that leads from the current browse to a given browse path, with specified maximum parent depth.

 

DISPID (Dispatch ID):

 

For more information, see RelativeTo in .NET Reference.

Syntax
Visual Basic
Public Function RelativeTo( _
   ByVal toPath As Variant, _
   ByVal MaximumParentDepth As Long _
) As String
Parameters
toPath

MaximumParentDepth

Return Type

See RelativeTo in .NET Reference.

Remarks

For remarks, see RelativeTo in .NET Reference.

Example

For examples, see RelativeTo in .NET Reference.

See Also

BrowsePath Object  | BrowsePath Members