Returns a value representing the category of the result.
Read-only property
[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(); |
[Python - STK API ] |
---|
@property def Category(self) -> "AgEDrCategories": |