AGI STK Objects 11 Send comments on this topic.
FillGranularity Property (IAgATVO)
See Also 





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 * pRetVal
);
public: HRESULT put_FillGranularity(
double NewFillGranularity
);

[Java]
public double getFillGranularity();public void setFillGranularity(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1