AGI STK Objects 11 Send comments on this topic.
NoteVisible Property (IAgLabelNote)
See Also 





Description

Property specifying when the note is displayed. A member of the AgENoteShowType enumeration.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property NoteVisible() As AgENoteShowType

[C#]
public AgENoteShowType NoteVisible {get; set;}

[Managed C++]
public: __property AgENoteShowType get_NoteVisible();
public: __property void set_NoteVisible(
AgENoteShowType
);

[Unmanaged C++]
public: HRESULT get_NoteVisible(
AgENoteShowType * pRetVal
);
public: HRESULT put_NoteVisible(
AgENoteShowType NewNoteVisible
);

[Java]
public AgENoteShowType getNoteVisible();public void setNoteVisible(
AgENoteShowType
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1