Method | Description | |
---|---|---|
RedDotObjectHandle ( System.Guid guid, string name ) : System |
Create a new handle with a specific Guid and name
|
|
RedDotObjectHandle ( IRedDotObject rdobject ) : System |
Create a handle and initialize its Guid/Name from an exisiting IRedDotObject.
|
public RedDotObjectHandle ( System.Guid guid, string name ) : System | ||
guid | System.Guid | |
name | string | |
return | System |
public RedDotObjectHandle ( IRedDotObject rdobject ) : System | ||
rdobject | IRedDotObject | Object from which Guid/Name get retrieved from |
return | System |