CivilApplicationActiveProduct Property |
Gets the type of the currently running product. For example, Civil 3D can also be run as AutoCAD.
Namespace: Autodesk.Civil.ApplicationServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic static ProductType ActiveProduct { get; }
Public Shared ReadOnly Property ActiveProduct As ProductType
Get
public:
static property ProductType ActiveProduct {
ProductType get ();
}
Property Value
ProductType
See Also