Click or drag to resize

SimpleArrayGuidAppend Method

Appends a new Guid at the end of this array.

Namespace:  Rhino.Runtime.InteropWrappers
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public void Append(
	Guid uuid
)

Parameters

uuid
Type: SystemGuid

[Missing <param name="uuid"/> documentation for "M:Rhino.Runtime.InteropWrappers.SimpleArrayGuid.Append(System.Guid)"]

See Also