AGI STK Objects 11Send comments on this topic.
Diameter Property (IAgAntennaModelItuS580)
See Also 
Windows






Windows & Linux

Description

Gets or sets the diameter.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Diameter() As Double
[C#]
public double Diameter {get; set;}
[Managed C++]
public: __property double get_Diameter();
public: __property void set_Diameter(
   double
);
[Unmanaged C++]
public: HRESULT get_Diameter(
   double * pRetVal
);
public: HRESULT put_Diameter(
   double NewDiameter
);
[Java]
public double getDiameter();public void setDiameter(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.