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





Windows & Linux

Description

Allow a strand to contain an object more than once

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AllowDupObjsInStrands() As Boolean
[C#]
public bool AllowDupObjsInStrands {get; set;}
[Managed C++]
public: __property bool get_AllowDupObjsInStrands();
public: __property void set_AllowDupObjsInStrands( bool );
[Unmanaged C++]
public: HRESULT get_AllowDupObjsInStrands(
    VARIANT_BOOL * pVal
);
public: HRESULT put_AllowDupObjsInStrands(
    VARIANT_BOOL AllowDupObjsInStrands
);
[Java]
public bool getAllowDupObjsInStrands();
public void setAllowDupObjsInStrands(
    bool
);
[Python - STK API ]
@property
def AllowDupObjsInStrands(self) -> bool:

@AllowDupObjsInStrands.setter
def AllowDupObjsInStrands(self, AllowDupObjsInStrands:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.