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





Windows & Linux

Description

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

Syntax

[Visual Basic .NET]
Public Sub SetValue( _
    ByVal PropertyInfo As System.Object _
)
[C#]
public void SetValue(
    System.Object PropertyInfo
);
[Managed C++]
public: void SetValue(
    VARIANT PropertyInfo
);
[Unmanaged C++]
public: HRESULT SetValue(
    VARIANT PropertyInfo
);
[Java]
public void setValue(
    AgVariant PropertyInfo
);
[Python - STK API ]
def SetValue(self, PropertyInfo:typing.Any) -> None:

Parameters

PropertyInfo

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.