Symbol.InstancePath Property

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

Namespace:  TwinCAT.Ads.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 6.0.328+39e3229

Syntax

C#

public override string InstancePath { get; }

Property Value

Type: String
The instance path.

Implements

IInstance.InstancePath
IInstance.InstancePath

Remarks

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

Reference

Symbol Class

TwinCAT.Ads.TypeSystem Namespace