Override this method to return a new instance of your class for the given ID
Namespace:
Rhino.UI.Controls
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax public virtual IntPtr Get(
Guid id
)
Public Overridable Function Get (
id As Guid
) As IntPtr
Parameters
- id
- Type: SystemGuid
[Missing <param name="id"/> documentation for "M:Rhino.UI.Controls.FactoryBase.Get(System.Guid)"]
Return Value
Type:
IntPtr[Missing <returns> documentation for "M:Rhino.UI.Controls.FactoryBase.Get(System.Guid)"]
See Also