STK ObjectsSend comments on this topic.
ComputeType Property (IAgChStrandAnalysisOpts)
See Also
Windows





Windows & Linux

Description

Strand analysis type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ComputeType() As AgEChStrandAnalysisComputeType
[C#]
public AgEChStrandAnalysisComputeType ComputeType {get; set;}
[Managed C++]
public: __property AgEChStrandAnalysisComputeType get_ComputeType();
public: __property void set_ComputeType( AgEChStrandAnalysisComputeType );
[Unmanaged C++]
public: HRESULT get_ComputeType(
    AgEChStrandAnalysisComputeType * pVal
);
public: HRESULT put_ComputeType(
    AgEChStrandAnalysisComputeType val
);
[Java]
public AgEChStrandAnalysisComputeType getComputeType();
public void setComputeType(
    AgEChStrandAnalysisComputeType
);
[Python - STK API ]
@property
def ComputeType(self) -> "AgEChStrandAnalysisComputeType":

@ComputeType.setter
def ComputeType(self, val:"AgEChStrandAnalysisComputeType") -> None:

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.