PageViewGroupGetMembers Method |
Get an array of all of the page views in this page view group.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic RhinoPageView[] GetMembers()
Public Function GetMembers As RhinoPageView()
Return Value
Type:
RhinoPageViewArray page views if successful, otherwise an empty array.
See Also