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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface