STK AstrogatorSend comments on this topic.
SRPCorrectionType Property (IAgVASRPSpherical)
See Also
Windows





Windows & Linux

Description

Gets or sets the SRP correction type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SRPCorrectionType() As AgEVASRPCorrectionType
[C#]
public AgEVASRPCorrectionType SRPCorrectionType {get; set;}
[Managed C++]
public: __property AgEVASRPCorrectionType get_SRPCorrectionType();
public: __property void set_SRPCorrectionType( AgEVASRPCorrectionType );
[Unmanaged C++]
public: HRESULT get_SRPCorrectionType(
    AgEVASRPCorrectionType * pVal
);
public: HRESULT put_SRPCorrectionType(
    AgEVASRPCorrectionType InVal
);
[Java]
public AgEVASRPCorrectionType getSRPCorrectionType();
public void setSRPCorrectionType(
    AgEVASRPCorrectionType
);
[Python - STK API ]
@property
def SRPCorrectionType(self) -> "AgEVASRPCorrectionType":

@SRPCorrectionType.setter
def SRPCorrectionType(self, InVal:"AgEVASRPCorrectionType") -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.