Strand analysis type.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property ComputeType() As AgEChStrandAnalysisComputeType |
| [C#] |
|---|
public AgEChStrandAnalysisComputeType ComputeType {get; set;} |
| [Managed C++] |
|---|
public: __property AgEChStrandAnalysisComputeType get_ComputeType(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEChStrandAnalysisComputeType getComputeType(); public void setComputeType( AgEChStrandAnalysisComputeType ); |
[Python - STK API ] |
|---|
@property def ComputeType(self) -> "AgEChStrandAnalysisComputeType": @ComputeType.setter def ComputeType(self, val:"AgEChStrandAnalysisComputeType") -> None: |






