Click or drag to resize

DocumentEventArgsDocumentId Property

Note: This API is now obsolete.

Gets the document Id of the document for this event.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
[ObsoleteAttribute("Use DocumentSerialNumber or Document properties")]
public int DocumentId { get; }

Property Value

Type: Int32
See Also