AGI STK VGT 11 Send comments on this topic.
UseObjectEclipsingBodies Property (IAgCrdnEventIntervalCollectionLighting)
See Also 





Description

When true, configure eclipsing bodies list based on that of parent STK Object.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseObjectEclipsingBodies() As Boolean

[C#]
public bool UseObjectEclipsingBodies {get; set;}

[Managed C++]
public: __property bool get_UseObjectEclipsingBodies();
public: __property void set_UseObjectEclipsingBodies(
bool
);

[Unmanaged C++]
public: HRESULT get_UseObjectEclipsingBodies(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseObjectEclipsingBodies(
VARIANT_BOOL NewUseObjectEclipsingBodies
);

[Java]
public bool getUseObjectEclipsingBodies();public void setUseObjectEclipsingBodies(
bool
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1