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
);

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.