AGI STK Objects 11Send 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
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.