IZooClientUtilities.GetRegisteredOwnerInfo Method

IZooClientUtilitiesGetRegisteredOwnerInfo Method

Returns the registered owner and organization of a license 4-Sept-2014 Dale Fugier, http://mcneel.myjetbrains.com/youtrack/issue/RH-28623

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
bool GetRegisteredOwnerInfo(
	Object verify,
	Guid productId,
	ref string registeredOwner,
	ref string registeredOrganization
)
Function GetRegisteredOwnerInfo ( 
	verify As Object,
	productId As Guid,
	ByRef registeredOwner As String,
	ByRef registeredOrganization As String
) As Boolean

Parameters

verify
Type: SystemObject

[Missing <param name="verify"/> documentation for "M:Rhino.Runtime.IZooClientUtilities.GetRegisteredOwnerInfo(System.Object,System.Guid,System.String@,System.String@)"]

productId
Type: SystemGuid

[Missing <param name="productId"/> documentation for "M:Rhino.Runtime.IZooClientUtilities.GetRegisteredOwnerInfo(System.Object,System.Guid,System.String@,System.String@)"]

registeredOwner
Type: SystemString

[Missing <param name="registeredOwner"/> documentation for "M:Rhino.Runtime.IZooClientUtilities.GetRegisteredOwnerInfo(System.Object,System.Guid,System.String@,System.String@)"]

registeredOrganization
Type: SystemString

[Missing <param name="registeredOrganization"/> documentation for "M:Rhino.Runtime.IZooClientUtilities.GetRegisteredOwnerInfo(System.Object,System.Guid,System.String@,System.String@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.Runtime.IZooClientUtilities.GetRegisteredOwnerInfo(System.Object,System.Guid,System.String@,System.String@)"]

See Also