STK Vector Geometry ToolSend 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 Category
);
[Java]
public String getCategory();
public void setCategory(
    String
);
[Python - STK API ]
@property
def Category(self) -> str:

@Category.setter
def Category(self, Category:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.