IInstance.InstancePath Property

Gets the relative / absolute access path to the instance (with periods (.))

Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

string InstancePath { get; }

VB

ReadOnly Property InstancePath As String
    Get

Property Value

Type: String
The instance path.

Remarks

If this path is relative or absolute depends on the context. IMember are using relative paths, ISymbols are using absolute ones.

Reference

IInstance Interface

TwinCAT.TypeSystem Namespace