Share

SettingsCmdAddWidening.SettingsCmdWideningOptions.TaperInputType Property

Specifies the TaperInputType for alignment widening options.



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

Syntax

C#

public PropertyEnum<TransitionInputType> TaperInputType { get; }

VB

Public ReadOnly Property TaperInputType As PropertyEnum(Of TransitionInputType)
	Get

C++

public:
property PropertyEnum<TransitionInputType>^ TaperInputType {
	PropertyEnum<TransitionInputType>^ get ();
}

Property Value

PropertyEnumTransitionInputType

See Also

Reference

Was this information helpful?