Gets the type of the currently running product. For example, Civil 3D can also be run as AutoCAD.

Namespace: Autodesk.Civil.ApplicationServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public static ProductType ActiveProduct { get; }
Visual Basic
Public Shared ReadOnly Property ActiveProduct As ProductType
	Get
Visual C++
public:
static property ProductType ActiveProduct {
	ProductType get ();
}

See Also