Click or drag to resize

Skin Properties

The Skin type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberActiveSkin
Any time Rhino is running there is at most one skin being used (and possibly no skin). If a RhinoCommon based Skin class is being used, use ActiveSkin to get at the instance of this Skin class. May return null if no Skin is being used or if the skin is not a RhinoCommon based skin.
Protected propertyApplicationName
If you want to provide a custom name for your skin.
Protected propertyMainRhinoIcon
If you want to provide a custom icon for your skin.
Public propertySettings
Gets access to the skin persistent settings.
Public propertySettingsDirectory
Get the skin's settings directory. This is the directory where the skin's persistent settings files are saved, matching the location used by Settings. Note, this does not verify the directory exists.
Top
See Also