Share

PointGroup.UDPClassificationName Property

Gets the name of the User-Defined Property classification that is assigned to the current point group.



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

Syntax

C#

public string UDPClassificationName { get; }

VB

Public ReadOnly Property UDPClassificationName As String
	Get

C++

public:
property String^ UDPClassificationName {
	String^ get ();
}

Property Value

String

Remarks

This property only valid when the UDPClassificationApplyType is UDPClassificationApplyType::Custom, otherwise, the UDPClassificationName is empty.

Example

C#

1!ERROR: See log file!

VB

1!ERROR: See log file!

See Also

Reference

Was this information helpful?