STK AviatorSend comments on this topic.
GetValue Method (IAgAvtrDAFIFItem)
See Also
FieldName
Windows





Windows & Linux

Description

Get the value of the field with the given name.

Syntax

[Visual Basic .NET]
Public Function GetValue( _
    ByVal FieldName As String _
) As System.Object
[C#]
public System.Object GetValue(
    string FieldName
);
[Managed C++]
public: VARIANT GetValue(
    String __gc ^ FieldName
);
[Unmanaged C++]
public: HRESULT GetValue(
    BSTR FieldName,
    VARIANT * pVal
);
[Java]
public AgVariant getValue(
    String FieldName
);
[Python - STK API ]
def GetValue(self, FieldName:str) -> typing.Any:

Parameters

FieldName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.