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






Windows & Linux

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 UseAutoSizeHeight
);
[Java]
public bool getUseAutoSizeHeight();
public void setUseAutoSizeHeight(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.