AGI AgAsPlugin 11 Send comments on this topic.
CovarianceRepresentation Property (IAgAsEphemFileReaderPluginResultEphem)
See Also 





Description

Sets the covariance representation.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CovarianceRepresentation() As AgEAsCovRep

[C#]
public AgEAsCovRep CovarianceRepresentation {get; set;}

[Managed C++]
public: __property AgEAsCovRep get_CovarianceRepresentation();
public: __property void set_CovarianceRepresentation(
AgEAsCovRep
);

[Unmanaged C++]
public: HRESULT get_CovarianceRepresentation(
AgEAsCovRep * pRetVal
);
public: HRESULT put_CovarianceRepresentation(
AgEAsCovRep NewCovarianceRepresentation
);

[Java]
public AgEAsCovRep getCovarianceRepresentation();public void setCovarianceRepresentation(
AgEAsCovRep
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1