STK Graphics PrimitivesSend comments on this topic.
DisplayLabel Property (IAgStkGraphicsAxesPrimitive)
See Also
Windows





Windows & Linux

Description

Gets or sets whether the axes' label is displayed.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DisplayLabel() As Boolean
[C#]
public bool DisplayLabel {get; set;}
[Managed C++]
public: __property bool get_DisplayLabel();
public: __property void set_DisplayLabel( bool );
[Unmanaged C++]
public: HRESULT get_DisplayLabel(
    VARIANT_BOOL * pRetVal
);
public: HRESULT put_DisplayLabel(
    VARIANT_BOOL DisplayLabel
);
[Java]
public bool getDisplayLabel();
public void setDisplayLabel(
    bool
);
[Python - STK API ]
@property
def DisplayLabel(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.