STK Vector Geometry ToolSend comments on this topic.
WellKnownAxes Property (IAgCrdnProvider)
See Also
Windows





Windows & Linux

Description

Returns well-known axes.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.