Click or drag to resize

GH_Version Constructor (Int32, Int32, Int32)

Default constructor. Create a new version from specified fields.

Namespace:  GH_IO.Types
Assembly:  GH_IO (in GH_IO.dll)
Syntax
public GH_Version(
	int v_major,
	int v_minor,
	int v_revision
)

Parameters

v_major
Type: SystemInt32
Major component of version.
v_minor
Type: SystemInt32
Minor component of version.
v_revision
Type: SystemInt32
Revision component of version.
See Also