RhinoPageViewIsInPageViewGroup Method |
Determines if this page view belongs in a page view group.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic bool IsInPageViewGroup(
int pageViewGroupIndex
)
Public Function IsInPageViewGroup (
pageViewGroupIndex As Integer
) As Boolean
Parameters
- pageViewGroupIndex
- Type: SystemInt32
[Missing <param name="pageViewGroupIndex"/> documentation for "M:Rhino.Display.RhinoPageView.IsInPageViewGroup(System.Int32)"]
Return Value
Type:
BooleanTrue if the page view belongs in the page view group, otherwise false.
See Also