Gets an enumeration that specifies how User-Defined Property classifications are applied to the current site.

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

Syntax

C#
public UDPClassificationApplyType UDPClassificationApplyType { get; }
Visual Basic
Public ReadOnly Property UDPClassificationApplyType As UDPClassificationApplyType
	Get
Visual C++
public:
property UDPClassificationApplyType UDPClassificationApplyType {
	UDPClassificationApplyType get ();
}

See Also