Gets or sets the SRP correction type.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property SRPCorrectionType() As AgEVASRPCorrectionType |
| [C#] |
|---|
public AgEVASRPCorrectionType SRPCorrectionType {get; set;} |
| [Managed C++] |
|---|
public: __property AgEVASRPCorrectionType get_SRPCorrectionType(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEVASRPCorrectionType getSRPCorrectionType(); public void setSRPCorrectionType( AgEVASRPCorrectionType ); |
[Python - STK API ] |
|---|
@property def SRPCorrectionType(self) -> "AgEVASRPCorrectionType": @SRPCorrectionType.setter def SRPCorrectionType(self, InVal:"AgEVASRPCorrectionType") -> None: |






