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





Description

A custom list of eclipsing bodies. This list is used if UseObjectEclipsingBodies is set to false.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EclipsingBodies() As System.Array

[C#]
public System.Array EclipsingBodies {get; set;}

[Managed C++]
public: __property System::Array^ get_EclipsingBodies();
public: __property void set_EclipsingBodies(
System::Array ^
);

[Unmanaged C++]
public: HRESULT get_EclipsingBodies(
SAFEARRAY ** ppRetVal
);
public: HRESULT put_EclipsingBodies(
SAFEARRAY * pNewEclipsingBodies
);

[Java]
public Object[] getEclipsingBodies();public void setEclipsingBodies(
Object[]
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1