AGI STK Objects 11Send comments on this topic.
Category Property (IAgDrResult)
See Also
Windows






Windows & Linux

Description

Returns a value representing the category of the result.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Category() As AgEDrCategories
[C#]
public AgEDrCategories Category {get;}
[Managed C++]
public: __property AgEDrCategories get_Category();
[Unmanaged C++]
public: HRESULT get_Category(
    AgEDrCategories * pVal
);
[Java]
public AgEDrCategories getCategory();

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.