AGI STK VGT 11 Send comments on this topic.
Category Property (IAgCrdn)
See Also 





Description

Allows the user to access or change the component category (Folder).

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Category() As String

[C#]
public string Category {get; set;}

[Managed C++]
public: __property String __gc ^ get_Category();
public: __property void set_Category(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_Category(
BSTR * pRetVal
);
public: HRESULT put_Category(
BSTR NewCategory
);

[Java]
public String getCategory();public void setCategory(
String
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1