ProfileViewBandSetItemSetHorizontalGeometryPointsOptions Method |
Sets the state of all AlignmentPointTypes that need to be labeled at the data band.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic void SetHorizontalGeometryPointsOptions(
GeometryPointSelector<AlignmentPointType> alignmentGeometryPoints
)
Public Sub SetHorizontalGeometryPointsOptions (
alignmentGeometryPoints As GeometryPointSelector(Of AlignmentPointType)
)
public:
void SetHorizontalGeometryPointsOptions(
GeometryPointSelector<AlignmentPointType>^ alignmentGeometryPoints
)
Parameters
- alignmentGeometryPoints GeometryPointSelectorAlignmentPointType
-
Exceptions
See Also