STK ObjectsSend comments on this topic.
NumStrandsToStore Property (IAgChOptimalStrandOpts)
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 NumStrandsToStore() As Integer
[C#]
public int NumStrandsToStore {get; set;}
[Managed C++]
public: __property int get_NumStrandsToStore();
public: __property void set_NumStrandsToStore( int );
[Unmanaged C++]
public: HRESULT get_NumStrandsToStore(
    int * pVal
);
public: HRESULT put_NumStrandsToStore(
    int val
);
[Java]
public Integer getNumStrandsToStore();
public void setNumStrandsToStore(
    Integer
);
[Python - STK API ]
@property
def NumStrandsToStore(self) -> int:

@NumStrandsToStore.setter
def NumStrandsToStore(self, val:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.