An enumeration that specifies how User-Defined Property classifications are applied to a point group or parcel properties.

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

Syntax

C#
public enum UDPClassificationApplyType
Visual Basic
Public Enumeration UDPClassificationApplyType
Visual C++
public enum class UDPClassificationApplyType

Members

Member nameValueDescription
All0
None1
Custom2

Examples

CopyC#
1!ERROR: See log file!
CopyVB.NET
1!ERROR: See log file!

See Also