SettingsAbbreviationProfileGetProfileAbbreviation Method |
Gets the profile abbreviation settings
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic string GetProfileAbbreviation(
AbbreviationProfileType type
)
Public Function GetProfileAbbreviation (
type As AbbreviationProfileType
) As String
public:
String^ GetProfileAbbreviation(
AbbreviationProfileType type
)
Parameters
- type AbbreviationProfileType
- The type of settings to get.
Return Value
String
See Also