STK ObjectsSend comments on this topic.
Required Property (IAgCvAssetListElement)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_Required(
    VARIANT_BOOL Required
);
[Java]
public bool getRequired();
public void setRequired(
    bool
);
[Python - STK API ]
@property
def Required(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.