AGI STK Objects 11 Send comments on this topic.
Required Property (IAgCvAssetListElement)
See Also 





Description

Flag sets whether Asset is required for all valid access intervals

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Required() As Boolean

[C#]
public bool Required {get; set;}

[Managed C++]
public: __property bool get_Required();
public: __property void set_Required(
bool
);

[Unmanaged C++]
public: HRESULT get_Required(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_Required(
VARIANT_BOOL NewRequired
);

[Java]
public bool getRequired();public void setRequired(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1