STK ObjectsSend 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();
[Python - STK API ]
@property
def Category(self) -> "AgEDrCategories":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.