AGI STK VGT 11 Send comments on this topic.
StartEpoch Property (IAgCrdnVectorConing)
See Also 





Description

Specify an epoch at which the coning vector is aligned with the reference vector.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property StartEpoch() As System.Object

[C#]
public System.Object StartEpoch {get; set;}

[Managed C++]
public: __property VARIANT get_StartEpoch();
public: __property void set_StartEpoch(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_StartEpoch(
VARIANT * pRetVal
);
public: HRESULT put_StartEpoch(
VARIANT NewStartEpoch
);

[Java]
public Variant getStartEpoch();public void setStartEpoch(
Variant
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1