SaveCurrentViewAsSheetView Method (IViewManager)
Saves the current sheet view with the specified name and category.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SaveCurrentViewAsSheetView( _
BSTR Name As System.String, _
BSTR Class As System.String, _
ISheetNamedView** NamedView As SheetNamedView _
) As dsCreateObjectResult_e |
JavaScript | |
---|
SaveCurrentViewAsSheetView(
Name : System.String,
Class : System.String,
NamedView : SheetNamedView\n) : String |
COM native C++ | |
---|
HRESULT SaveCurrentViewAsSheetView(
const dsString& Name,
,
const dsString& Class,
,
dsSheetNamedView** NamedView
,
dsCreateObjectResult_e* Result
) |
Parameters
- Name
- Name of sheet named view
- Class
- Name of category to which to assign this sheet named view
- NamedView[out]
- ISheetNamedView
Parameters
- Result[out] or Return Value
- Result status as defined in dsCreateObjectResult_e
Example
See Also
Availability
DraftSight V1R1.4