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.8.0.280
Syntax
C#
public enum UDPClassificationApplyType
VB
Public Enumeration UDPClassificationApplyType
C++
public enum class UDPClassificationApplyType
Members
Member name | Value | Description |
---|---|---|
All | 0 | |
None | 1 | |
Custom | 2 |
Example
C#
1!ERROR: See log file!
VB
1!ERROR: See log file!