STK ObjectsSend 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
);
[Python - STK API ]
@property
def UseAutoSizeHeight(self) -> bool:

@UseAutoSizeHeight.setter
def UseAutoSizeHeight(self, UseAutoSizeHeight:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.