Metodo AttributeTableGetRowFromName
|
Restituisce l'oggetto AttributeTableRow corrispondente al nome dell'attributo passato.
Namespace: QsUIAssembly: QsUI (in QsUI.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public AttributeTableRow GetRowFromName(
string name
)
Public Function GetRowFromName (
name As String
) As AttributeTableRow
public:
AttributeTableRow^ GetRowFromName(
String^ name
)
member GetRowFromName :
name : string -> AttributeTableRow
Parametri
- name String
- Nome dell'attributo.
Valore di ritorno
AttributeTableRowVedi anche