RhinoPageViewGetPageViewGroupList Method |
Gets an array of page view group indices this page view belongs to.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic int[] GetPageViewGroupList()
Public Function GetPageViewGroupList As Integer()
Return Value
Type:
Int32An array of page view group indices if successful, otherwise an empty array.
See Also