Gets or sets the active override type.

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

Syntax

C#
public PointGroupOverrideType ActiveOverrideType { get; set; }
Visual Basic
Public Property ActiveOverrideType As PointGroupOverrideType
	Get
	Set
Visual C++
public:
property PointGroupOverrideType ActiveOverrideType {
	PointGroupOverrideType get ();
	void set (PointGroupOverrideType value);
}

See Also