STK Vector Geometry ToolSend comments on this topic.
Labels Property (IAgCrdnPlane)
See Also
Windows





Windows & Linux

Description

Allows configuring the plane's X and Y axes labels.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Labels() As IAgCrdnPlaneLabels
[C#]
public IAgCrdnPlaneLabels Labels {get;}
[Managed C++]
public: __property IAgCrdnPlaneLabels ^ get_Labels();
[Unmanaged C++]
public: HRESULT get_Labels(
    IAgCrdnPlaneLabels ** ppRetVal
);
[Java]
public IAgCrdnPlaneLabels getLabels();
[Python - STK API ]
@property
def Labels(self) -> "IAgCrdnPlaneLabels":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.