AGI STK X 11Send comments on this topic.
Visible Property (AgDrawElemCollection)
See Also
Windows






Windows & Linux

Description

Show or hide all the elements.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Visible() As Boolean
[C#]
public bool Visible {get; set;}
[Managed C++]
public: __property bool get_Visible();
public: __property void set_Visible( bool );
[Unmanaged C++]
public: HRESULT get_Visible(
    VARIANT_BOOL * pVal
);
public: HRESULT put_Visible(
    VARIANT_BOOL newVal
);
[Java]
public bool getVisible();
public void setVisible(
    bool
);

Remarks

This property shows or hides all the drawing element (whether or not their individual Visible property if set or not).

See Also

Example

[Visual Basic .NET]
AxAgUiAxVOCntrl1.DrawElements.Visible = True

© 2019 Analytical Graphics, Inc. All Rights Reserved.