AGI STK Objects 11 Send comments on this topic.
AutoGranularity Property (IAgCvVO)
See Also 





Description

Auto Compute Fill Granularity.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AutoGranularity() As Boolean

[C#]
public bool AutoGranularity {get; set;}

[Managed C++]
public: __property bool get_AutoGranularity();
public: __property void set_AutoGranularity(
bool
);

[Unmanaged C++]
public: HRESULT get_AutoGranularity(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_AutoGranularity(
VARIANT_BOOL NewAutoGranularity
);

[Java]
public bool getAutoGranularity();public void setAutoGranularity(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1