AGI STK Util 11 Send comments on this topic.
SetValues Method (IAgCylindrical)
See Also 
Radius
The Radius value.
Z
The Z value.
Lon
The Longitude value.





Description

This property is deprecated. Use AssignCylindrical instead.

Syntax

[Visual Basic .NET]
Public Sub SetValues( _
   ByVal Radius As Double, _
   ByVal Z As Double, _
   ByVal Lon As System.Object _
) 

[C#]
public void SetValues(
double Radius,
double Z,
System.Object Lon
);

[Managed C++]
public: void SetValues(
double Radius,
double Z,
VARIANT Lon
);

[Java]
public  setValues(
double Radius,
double Z,
Variant Lon
);

[Unmanaged C++]
public: HRESULT SetValues(
double Radius,
double Z,
VARIANT Lon
);

Parameters

Radius
The Radius value.
Z
The Z value.
Lon
The Longitude value.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1