AGI STK Objects 11Send 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
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.