STK ObjectsSend comments on this topic.
FillGranularity Property (IAgATVO)
See Also
Windows





Windows & Linux

Description

Allows the user to control the speed vs. visual quality of a filled area target. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FillGranularity() As Double
[C#]
public double FillGranularity {get; set;}
[Managed C++]
public: __property double get_FillGranularity();
public: __property void set_FillGranularity( double );
[Unmanaged C++]
public: HRESULT get_FillGranularity(
    double * pVal
);
public: HRESULT put_FillGranularity(
    double FillGranularity
);
[Java]
public double getFillGranularity();
public void setFillGranularity(
    double
);
[Python - STK API ]
@property
def FillGranularity(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.