Instance.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 virtual string InstancePath { get; }

Property Value

Type: String
The instance path.

Implements

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

Instance Class

TwinCAT.Ads.TypeSystem Namespace