SetVerticalGeometryPointsOptions Method

Sets the state of all ProfilePointType that need to be labeled at the data band.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0

Syntax

C#

public void SetVerticalGeometryPointsOptions(
	GeometryPointSelector<ProfilePointType> alignmentVerticalGeometryPoints
)

Visual Basic

Public Sub SetVerticalGeometryPointsOptions ( _
	alignmentVerticalGeometryPoints As GeometryPointSelector(Of ProfilePointType) _
)

Visual C++

public:
void SetVerticalGeometryPointsOptions(
	GeometryPointSelector<ProfilePointType>^ alignmentVerticalGeometryPoints
)

Parameters

alignmentVerticalGeometryPoints
Type: Autodesk.Civil.GeometryPointSelector<ProfilePointType>

Exceptions

ExceptionCondition
System.InvalidOperationException Thrown when the band type is not BandType::ProfileData.

See Also