STK AgAsPluginSend 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 * pCovRep
);
public: HRESULT put_CovarianceRepresentation(
    AgEAsCovRep CovRep
);
[Java]
public AgEAsCovRep getCovarianceRepresentation();
public void setCovarianceRepresentation(
    AgEAsCovRep
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.