AGI STK VGT 11Send 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 NewLabelZ
);
[Java]
public String getLabelZ();public void setLabelZ(
   String
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.