SimpleArrayGuid.Append Method

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
)
Public Sub Append ( 
	uuid As Guid
)

Parameters

uuid
Type: SystemGuid

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

See Also