STK ObjectsSend comments on this topic.
Diameter Property (IAgAntennaModelItuS731)
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 * pVal
);
public: HRESULT put_Diameter(
    double val
);
[Java]
public double getDiameter();
public void setDiameter(
    double
);
[Python - STK API ]
@property
def Diameter(self) -> float:

@Diameter.setter
def Diameter(self, val:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.