Click or drag to resize

PageViewGroupTableModify Method (PageViewGroup, Guid, Boolean)

Modifies a page view group.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public bool Modify(
	PageViewGroup newSettings,
	Guid id,
	bool quiet
)

Parameters

newSettings
Type: Rhino.DocObjectsPageViewGroup
The modified page view group.
id
Type: SystemGuid
Id of page view group to modify.
quiet
Type: SystemBoolean

[Missing <param name="quiet"/> documentation for "M:Rhino.DocObjects.Tables.PageViewGroupTable.Modify(Rhino.DocObjects.PageViewGroup,System.Guid,System.Boolean)"]

Return Value

Type: Boolean
>true if successful, false otherwise.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf newSetting is null.
See Also