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++] |
---|
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: |