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

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

Syntax

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

Examples

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

See Also