STK ObjectsSend comments on this topic.
NoteVisible Property (IAgLabelNote)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_NoteVisible(
    AgENoteShowType pVal
);
[Java]
public AgENoteShowType getNoteVisible();
public void setNoteVisible(
    AgENoteShowType
);
[Python - STK API ]
@property
def NoteVisible(self) -> "AgENoteShowType":

@NoteVisible.setter
def NoteVisible(self, pVal:"AgENoteShowType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.