ProfileViewBandSetItemSetHorizontalGeometryPointsOptions Method

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

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.6.1987.0
Syntax
public void SetHorizontalGeometryPointsOptions(
	GeometryPointSelector<AlignmentPointType> alignmentGeometryPoints
)

Parameters

alignmentGeometryPoints  GeometryPointSelectorAlignmentPointType
 
Exceptions
ExceptionCondition
InvalidOperationException Thrown when the band type is not BandType::ProfileData.
See Also