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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.