Assembly: T.Modules (in T.Modules.dll)
Public Function GetAssetTemplateName( _
ByVal configuration As String, _
ByVal assetName As String, _
ByRef attributeNames As String(), _
ByRef attributeTypes As String(), _
ByRef attributeTemplateName As String, _
ByRef attributeMin As String(), _
ByRef attributeMax As String(), _
ByRef attributeEngUnits As String(), _
ByRef attributeDescription As String(), _
ByRef attributeHasHistorian As Boolean(), _
ByRef error As String _
) As String
This language is not supported or no code example is available.
public string GetAssetTemplateName(
string configuration,
string assetName,
out string[] attributeNames,
out string[] attributeTypes,
out string attributeTemplateName,
out string[] attributeMin,
out string[] attributeMax,
out string[] attributeEngUnits,
out string[] attributeDescription,
out bool[] attributeHasHistorian,
out string error
)
This language is not supported or no code example is available.
public:
String^ GetAssetTemplateName(
String^ configuration,
String^ assetName,
array< String^ >^& attributeNames,
array< String^ >^& attributeTypes,
String^& attributeTemplateName,
array< String^ >^& attributeMin,
array< String^ >^& attributeMax,
array< String^ >^& attributeEngUnits,
array< String^ >^& attributeDescription,
array< bool >^& attributeHasHistorian,
String^& error
)
This language is not supported or no code example is available.
public function GetAssetTemplateName(
configuration : String,
assetName : String,
attributeNames : String[],
attributeTypes : String[],
attributeTemplateName : String,
attributeMin : String[],
attributeMax : String[],
attributeEngUnits : String[],
attributeDescription : String[],
attributeHasHistorian : boolean[],
error : String
) : String;
This language is not supported or no code example is available.
Parameters
- configuration
-
Type: string
- assetName
-
Type: string
- attributeNames
-
Type: string[]
- attributeTypes
-
Type: string[]
- attributeTemplateName
-
Type: string
- attributeMin
-
Type: string[]
- attributeMax
-
Type: string[]
- attributeEngUnits
-
Type: string[]
- attributeDescription
-
Type: string[]
- attributeHasHistorian
-
Type: bool[]
- error
-
Type: string
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.