STK ObjectsSend comments on this topic.
StrandAnalysisOpts Property (IAgChain)
See Also
Windows





Windows & Linux

Description

Strand analysis settings for the Chain.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property StrandAnalysisOpts() As IAgChStrandAnalysisOpts
[C#]
public IAgChStrandAnalysisOpts StrandAnalysisOpts {get;}
[Managed C++]
public: __property IAgChStrandAnalysisOpts ^ get_StrandAnalysisOpts();
[Unmanaged C++]
public: HRESULT get_StrandAnalysisOpts(
    IAgChStrandAnalysisOpts ** ppVal
);
[Java]
public IAgChStrandAnalysisOpts getStrandAnalysisOpts();
[Python - STK API ]
@property
def StrandAnalysisOpts(self) -> "IAgChStrandAnalysisOpts":

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.