EPlotPropertyCategory Property
 | 
Namespace:  Bricscad.Publishing
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public string Category { get; set; }
 
Public Property Category As String
        Get
        Set
 
public:
property String^ Category {
        String^ get ();
        void set (String^ value);
}
 
member Category : string with get, set
 
 
 
Property Value
Type: 
String 
See Also