Share

SettingsCmdCreateSurface.SettingsCmdBuildOptions.ElevationToUse Property

Gets the elevation to use for the crossing breaklines.



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

Syntax

C#

public PropertyEnum<ElevationToUseType> ElevationToUse { get; }

VB

Public ReadOnly Property ElevationToUse As PropertyEnum(Of ElevationToUseType)
	Get

C++

public:
property PropertyEnum<ElevationToUseType>^ ElevationToUse {
	PropertyEnum<ElevationToUseType>^ get ();
}

Property Value

PropertyEnumElevationToUseType

See Also

Reference

Was this information helpful?