P_Rhino_Commands_Command_Id - mcneel/rhinocommon-api-docs GitHub Wiki

Command.Id Property

Gets the unique ID of this command. It is best to use a Guid attribute for each custom derived command class since this will keep the id consistent between sessions of Rhino GuidAttribute

Namespace: Rhino.Commands
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public virtual Guid Id { get; }

VB

Public Overridable ReadOnly Property Id As Guid
	Get

Property Value

Type: Guid

Version Information

Supported in: 5D58w

See Also

Reference

Command Class
Rhino.Commands Namespace

⚠️ **GitHub.com Fallback** ⚠️