Skip to content

P_Rhino_RhinoDoc_ActiveDoc

Will Pearson edited this page Aug 12, 2016 · 2 revisions

RhinoDoc.ActiveDoc Property

WARNING!! Do not use the ActiveDoc if you don't have to. Under Mac Rhino the ActiveDoc can change while a command is running. Use the doc that is passed to you in your RunCommand function or continue to use the same doc after the first call to ActiveDoc.

Namespace: Rhino
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public static RhinoDoc ActiveDoc { get; }

VB

Public Shared ReadOnly Property ActiveDoc As RhinoDoc
	Get

Property Value

Type: RhinoDoc

Version Information

Supported in: 5D58w

See Also

Reference

RhinoDoc Class
Rhino Namespace

Clone this wiki locally