|
JointrenewGuid Method (Guid)
|
Sets a given GUID for the joint.
Namespace:
Karamba.Joints
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic void renewGuid(
Guid guid
)
Public Sub renewGuid (
guid As Guid
)
public:
void renewGuid(
Guid guid
)
member renewGuid :
guid : Guid -> unit
Parameters
- guid
- Type: SystemGuid
Guid to be set.
See Also