Click or drag to resize

RhinoDocFromId Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Rhino.RhinoDoc.FromId(System.Int32)"]

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
[ObsoleteAttribute("Use FromRuntimeSerialNumber")]
public static RhinoDoc FromId(
	int docId
)

Parameters

docId
Type: SystemInt32

[Missing <param name="docId"/> documentation for "M:Rhino.RhinoDoc.FromId(System.Int32)"]

Return Value

Type: RhinoDoc

[Missing <returns> documentation for "M:Rhino.RhinoDoc.FromId(System.Int32)"]

See Also