Share

PointGroupOverrideInfo.ActiveOverrideType Property

Gets or sets the active override type.



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

Syntax

C#

public PointGroupOverrideType ActiveOverrideType { get; set; }

VB

Public Property ActiveOverrideType As PointGroupOverrideType
	Get
	Set

C++

public:
property PointGroupOverrideType ActiveOverrideType {
	PointGroupOverrideType get ();
	void set (PointGroupOverrideType value);
}

Property Value

PointGroupOverrideType

See Also

Reference

Was this information helpful?