AGI STK Util 11 Send comments on this topic.
SetValue Method (IAgPropertyInfo)
See Also 
PropertyInfo
Windows






Windows & Linux

Description

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
);

[Java]
public  setValue(
Variant PropertyInfo
);

[Unmanaged C++]
public: HRESULT SetValue(
VARIANT PropertyInfo
);

Parameters

PropertyInfo

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface