Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Plant SCADA

IObjectViewColumn​.Name [Property][Get]

  • Last UpdatedJul 18, 2023
  • 1 minute read

Retrieves the unique identifier of this column.

Defined As

  • [VBA] String Name

  • [Cicode] STRING Name

  • [C++] BSTR Name

Execution Result

If the property get succeeds, the return value will be Success. If the return variable is bad, the return value will be InvalidArgument.

Calling Syntax

This example assumes there is a valid column as retrieved from an ObjectView. (for example, VBA: objectView.Columns.Item(1)).

[VBA]

Sub Example(objectViewColumn As Object)
Dim name As String
`Getting Property value
name = objectViewColumn.Name
End Sub

[Cicode]

FUNCTION Example(OBJECT hObjectViewColumn)
// Getting property value
STRING name = _ObjectGetProperty(hObjectViewColumn, "Name");
END

In This Topic
TitleResults for “How to create a CRG?”Also Available in