STK UtilSend comments on this topic.
GetValue Method (IAgPropertyInfo)
See Also
Windows





Windows & Linux

Description

Get the value of the property. Use PropertyType to determine the type to cast to.

Syntax

[Visual Basic .NET]
Public Function GetValue() As System.Object
[C#]
public System.Object GetValue();
[Managed C++]
public: VARIANT GetValue();
[Unmanaged C++]
public: HRESULT GetValue(
    VARIANT * pVal
);
[Java]
public AgVariant getValue();
[Python - STK API ]
def GetValue(self) -> typing.Any:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.