STK ObjectsSend comments on this topic.
CartesianVisible Property (IAgVORefCrdnPoint)
See Also
Windows





Windows & Linux

Description

If selected, the cartesian value is displayed on the selected geometric element.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CartesianVisible() As Boolean
[C#]
public bool CartesianVisible {get; set;}
[Managed C++]
public: __property bool get_CartesianVisible();
public: __property void set_CartesianVisible( bool );
[Unmanaged C++]
public: HRESULT get_CartesianVisible(
    VARIANT_BOOL * pVal
);
public: HRESULT put_CartesianVisible(
    VARIANT_BOOL pVal
);
[Java]
public bool getCartesianVisible();
public void setCartesianVisible(
    bool
);
[Python - STK API ]
@property
def CartesianVisible(self) -> bool:

@CartesianVisible.setter
def CartesianVisible(self, pVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.