Class Property (INamedView) Send Feedback
See Also 
Gets or sets the name of the category to which to assign this named view.

Syntax

Visual Basic 
Property Class As System.String
C# 
System.string Class {get; set;}
JavaScript 
get_Class () : String
put_Class (
   NewVal : String
)
COM native C++ 
HRESULT get_Class(
   BSTR* Val
) 
HRESULT put_Class( 
   BSTR NewVal
C++ 
DSRESULT get_Class (
   dsString* Val
)
DSRESULT put_Class(
   const dsString& NewVal
)

Property Value

Name of the category to which to assign this named view

See Also

Availability

DraftSight V1R5.0