Share

PointGroup.UseCustomClassification(String) Method

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.8.0.280

Syntax

C#

public void UseCustomClassification(
	string name
)

VB

Public Sub UseCustomClassification ( 
	name As String
)

C++

public:
void UseCustomClassification(
	String^ name
)

Parameters

name  String
The name of the custom UDP to apply.

Example

C#

1!ERROR: See log file!

VB

1!ERROR: See log file!

See Also

Reference

Was this information helpful?