STK ObjectsSend comments on this topic.
UseAutoSizeWidth Property (IAgVODataDisplayElement)
See Also
Windows





Windows & Linux

Description

Opt whether to allow automatic resizing of data display width.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseAutoSizeWidth() As Boolean
[C#]
public bool UseAutoSizeWidth {get; set;}
[Managed C++]
public: __property bool get_UseAutoSizeWidth();
public: __property void set_UseAutoSizeWidth( bool );
[Unmanaged C++]
public: HRESULT get_UseAutoSizeWidth(
    VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseAutoSizeWidth(
    VARIANT_BOOL UseAutoSizeWidth
);
[Java]
public bool getUseAutoSizeWidth();
public void setUseAutoSizeWidth(
    bool
);
[Python - STK API ]
@property
def UseAutoSizeWidth(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.