Skip to content

M_Rhino_Geometry_Transform_GetHashCode

Will Pearson edited this page Aug 11, 2016 · 2 revisions

Transform.GetHashCode Method

Gets a non-unique hashing code for this transform.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.50000.0 (5.0.20693.0)

Syntax

C#

public override int GetHashCode()

VB

Public Overrides Function GetHashCode As Integer

Return Value

Type: Int32
A number that can be used to hash this transform in a dictionary.

See Also

Reference

Transform Structure
Rhino.Geometry Namespace

Clone this wiki locally