Applies a custom User-Defined Property classification by name to the current point group.

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

Syntax

C#
public void UseCustomClassification(
	string name
)
Visual Basic
Public Sub UseCustomClassification ( _
	name As String _
)
Visual C++
public:
void UseCustomClassification(
	String^ name
)

Parameters

name
Type: System..::..String
The name of the custom UDP to apply.

Examples

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

See Also