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





Windows & Linux

Description

Show VO properties.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShowSecondaryEllipsoids() As Boolean
[C#]
public bool ShowSecondaryEllipsoids {get; set;}
[Managed C++]
public: __property bool get_ShowSecondaryEllipsoids();
public: __property void set_ShowSecondaryEllipsoids( bool );
[Unmanaged C++]
public: HRESULT get_ShowSecondaryEllipsoids(
    VARIANT_BOOL * pRetVal
);
public: HRESULT put_ShowSecondaryEllipsoids(
    VARIANT_BOOL newVal
);
[Java]
public bool getShowSecondaryEllipsoids();
public void setShowSecondaryEllipsoids(
    bool
);
[Python - STK API ]
@property
def ShowSecondaryEllipsoids(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.