AGI STK VGT 11 Send comments on this topic.
AutoFitBounds Property (IAgCrdnVolumeGridBearingAlt)
See Also 
Windows






Windows & Linux

Description

Specify whether to use the auto fit bounds. Set to true to use the auto fit bounds..

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_AutoFitBounds();
public: __property void set_AutoFitBounds(
bool
);

[Unmanaged C++]
public: HRESULT get_AutoFitBounds(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_AutoFitBounds(
VARIANT_BOOL NewAutoFitBounds
);

[Java]
public bool getAutoFitBounds();public void setAutoFitBounds(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface