PersistentSettingsSavedEventArgs.CommandSettings Method

PersistentSettingsSavedEventArgsCommandSettings Method

The new command settings

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public PersistentSettings CommandSettings(
	string englishCommandName
)
Public Function CommandSettings ( 
	englishCommandName As String
) As PersistentSettings

Parameters

englishCommandName
Type: SystemString
English command to find settings for

Return Value

Type: PersistentSettings

[Missing <returns> documentation for "M:Rhino.PersistentSettingsSavedEventArgs.CommandSettings(System.String)"]

See Also