Register element name to tag on RemoteAssets service

Namespace: T.Modules.ClientStation
Assembly: T.Modules (in T.Modules.dll)

Public Function RegisterElementToTag( _ 
ByVal assetName As String, _ 
ByVal tagName As String, _ 
Optional ByVal readOnly As Boolean = false _ 
) As Boolean
This language is not supported or no code example is available.
public bool RegisterElementToTag( 
string assetName
string tagName
bool readOnly = false 
)
This language is not supported or no code example is available.

Parameters

assetName
Type: string

Element name

tagName
Type: string

Tag name

readOnly
Type: bool

Optional flag indicating whether asset is read-only

Return Value

Type: bool

Flag indicating success or fail

.NET Framework

Supported in: 4.6.2, 4.7