TcHmiApplication.SplitSymbolPath Method (String)

Splits the specified symbol path into substrings based on SymbolPathElementSeparators.

Namespace:  TcHmiSrv.Core.General
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

public static string[] SplitSymbolPath(
    string path
)

Parameters

path

Type: System.String
The symbol path to split.

Return Value

Type: .String.
An array whose elements contain the substrings in path that are delimited by SymbolPathElementSeparators.

Reference

TcHmiApplication Class

SplitSymbolPath Overload

TcHmiSrv.Core.General Namespace