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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1