Share

SettingsAbbreviationSuperelevation.SetSuperelevationAbbreviation Method

Sets the superelevation abbreviation settings



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

Syntax

C#

public void SetSuperelevationAbbreviation(
	AbbreviationSuperelevationType type,
	string newValue
)

VB

Public Sub SetSuperelevationAbbreviation ( 
	type As AbbreviationSuperelevationType,
	newValue As String
)

C++

public:
void SetSuperelevationAbbreviation(
	AbbreviationSuperelevationType type, 
	String^ newValue
)

Parameters

type  AbbreviationSuperelevationType
The type of settings to set.
newValue  String
The value to set.

See Also

Reference

Was this information helpful?