Share

CivilApplication.ActiveProduct Property

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.7.0.1276

Syntax

C#

public static ProductType ActiveProduct { get; }

VB

Public Shared ReadOnly Property ActiveProduct As ProductType
	Get

C++

public:
static property ProductType ActiveProduct {
	ProductType get ();
}

Property Value

ProductType

See Also

Reference

Was this information helpful?