STK ObjectsSend comments on this topic.
NumberOfObjects Property (IAgCnCnstrObjectRestriction)
See Also
Windows





Windows & Linux

Description

A number of objects that must be satisfied to meet conditions for the chain access. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property NumberOfObjects() As Integer
[C#]
public int NumberOfObjects {get; set;}
[Managed C++]
public: __property int get_NumberOfObjects();
public: __property void set_NumberOfObjects( int );
[Unmanaged C++]
public: HRESULT get_NumberOfObjects(
    long * pVal
);
public: HRESULT put_NumberOfObjects(
    long lVal
);
[Java]
public int getNumberOfObjects();
public void setNumberOfObjects(
    int
);
[Python - STK API ]
@property
def NumberOfObjects(self) -> int:

@NumberOfObjects.setter
def NumberOfObjects(self, lVal:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.