STK ObjectsSend comments on this topic.
ShowPrimaryEllipsoids Property (IAgAdvCATVO)
See Also
Windows





Windows & Linux

Description

Show VO properties.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShowPrimaryEllipsoids() As Boolean
[C#]
public bool ShowPrimaryEllipsoids {get; set;}
[Managed C++]
public: __property bool get_ShowPrimaryEllipsoids();
public: __property void set_ShowPrimaryEllipsoids( bool );
[Unmanaged C++]
public: HRESULT get_ShowPrimaryEllipsoids(
    VARIANT_BOOL * pRetVal
);
public: HRESULT put_ShowPrimaryEllipsoids(
    VARIANT_BOOL newVal
);
[Java]
public bool getShowPrimaryEllipsoids();
public void setShowPrimaryEllipsoids(
    bool
);
[Python - STK API ]
@property
def ShowPrimaryEllipsoids(self) -> bool:

@ShowPrimaryEllipsoids.setter
def ShowPrimaryEllipsoids(self, newVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.