Click or drag to resize

PlugInDescriptionAttribute Constructor

Initializes a new instance of the PlugInDescriptionAttribute class

Namespace:  Rhino.PlugIns
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public PlugInDescriptionAttribute(
	DescriptionType descriptionType,
	string value
)

Parameters

descriptionType
Type: Rhino.PlugInsDescriptionType

[Missing <param name="descriptionType"/> documentation for "M:Rhino.PlugIns.PlugInDescriptionAttribute.#ctor(Rhino.PlugIns.DescriptionType,System.String)"]

value
Type: SystemString

[Missing <param name="value"/> documentation for "M:Rhino.PlugIns.PlugInDescriptionAttribute.#ctor(Rhino.PlugIns.DescriptionType,System.String)"]

See Also