Click or drag to resize

PropertyPageType Enumeration

IRhinoProperties page type

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public enum PropertyPageType
Members
  Member nameValueDescription
Material0 Replace the material page with this page; only works for the current render plug - in.
Light1 Replace the light page with this page; only works for the current render plug-in.
Custom2 User-defined custom object page.
ObjectProperties3 For internal use only.
Dimension4 If page is provided by Rhino and only dimensions are selected, activate this page.
Leader5 If page is provided by Rhino and leaders are selected, activate this page.
Text6 If page is provided by Rhino and only text objects are selected, activate this page.
Hatch7 If page is provided by Rhino and only hatch objects are selected, activate this page.
Dot8 If page is provided by Rhino and only dot objects are selected, activate this page.
TextureMapping9 Replace the texture mapping page with this page; only works for the current render plug-in.
Detail10 If page is provided by Rhino and only detail objects are selected, activate this page.
ClippingPlane11 If page is provided by Rhino and only clipping plane objects are selected, activate this page.
NamedView12 If page is provided by Rhino and only named view widget objects are selected, activate this page.
Decal13 Decals user interface
View14 Page is a view properties page and uses view properties methods. Does not use object properties methods.
PageCount15 Reserved, do not use.
See Also