AGI STK VGT 11 Send comments on this topic.
LabelZ Property (IAgCrdnAxesLabels)
See Also 





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1