STK Graphics PrimitivesSend comments on this topic.
Roundness Property (IAgStkGraphicsClouds)
See Also
Windows





Windows & Linux

Description

The roundness of the clouds.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Roundness() As Double
[C#]
public double Roundness {get; set;}
[Managed C++]
public: __property double get_Roundness();
public: __property void set_Roundness( double );
[Unmanaged C++]
public: HRESULT get_Roundness(
    double * pRetVal
);
public: HRESULT put_Roundness(
    double Roundness
);
[Java]
public double getRoundness();
public void setRoundness(
    double
);
[Python - STK API ]
@property
def Roundness(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.