SiteUDPClassificationName Property |
Gets the name of the User-Defined Property classification that is assigned to the current site.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic string UDPClassificationName { get; }
Public ReadOnly Property UDPClassificationName As String
Get
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.
See Also