AGI STK Objects 11 Send comments on this topic.
UseAutoSizeHeight Property (IAgVODataDisplayElement)
See Also 





Description

Opt whether to allow automatic resizing of data display height.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_UseAutoSizeHeight();
public: __property void set_UseAutoSizeHeight(
bool
);

[Unmanaged C++]
public: HRESULT get_UseAutoSizeHeight(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseAutoSizeHeight(
VARIANT_BOOL NewUseAutoSizeHeight
);

[Java]
public bool getUseAutoSizeHeight();public void setUseAutoSizeHeight(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1