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





Windows & Linux

Description

Maximum number of objects in all strands for the Chain.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxStrandDepth() As Integer
[C#]
public int MaxStrandDepth {get; set;}
[Managed C++]
public: __property int get_MaxStrandDepth();
public: __property void set_MaxStrandDepth( int );
[Unmanaged C++]
public: HRESULT get_MaxStrandDepth(
    int * pMaxStrandDepth
);
public: HRESULT put_MaxStrandDepth(
    int maxStrandDepth
);
[Java]
public Integer getMaxStrandDepth();
public void setMaxStrandDepth(
    Integer
);
[Python - STK API ]
@property
def MaxStrandDepth(self) -> int:

@MaxStrandDepth.setter
def MaxStrandDepth(self, maxStrandDepth:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.