STK Vector Geometry ToolSend comments on this topic.
LabelZ Property (IAgCrdnAxesLabels)
See Also
Windows





Windows & Linux

Description

Specify a Z axis label.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LabelZ() As String
[C#]
public string LabelZ {get; set;}
[Managed C++]
public: __property String __gc ^ get_LabelZ();
public: __property void set_LabelZ( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_LabelZ(
    BSTR * pRetVal
);
public: HRESULT put_LabelZ(
    BSTR LabelZ
);
[Java]
public String getLabelZ();
public void setLabelZ(
    String
);
[Python - STK API ]
@property
def LabelZ(self) -> str:

@LabelZ.setter
def LabelZ(self, LabelZ:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.