SiteUseCustomClassification(String) Method |
Applies a custom User-Defined Property classification by name to the current site.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void UseCustomClassification(
string name
)
Public Sub UseCustomClassification (
name As String
)
public:
void UseCustomClassification(
String^ name
)
Parameters
- name String
- The name of the custom UDP to apply.
See Also