AGI STK Objects 11 Send comments on this topic.
NumberOfObjects Property (IAgCnCnstrObjectRestriction)
See Also 





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 * pRetVal
);
public: HRESULT put_NumberOfObjects(
long NewNumberOfObjects
);

[Java]
public int getNumberOfObjects();public void setNumberOfObjects(
int
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1