Get the value of the field with the given name.
[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 ); |
[Java] |
---|
public AgVariant getValue( String FieldName ); |
[Python - STK API ] |
---|
def GetValue(self, FieldName:str) -> typing.Any: |
- FieldName