ProfileViewBandSetItemSetVerticalGeometryPointsOptions Method |
Sets the state of all ProfilePointType that need to be labeled at the data band.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void SetVerticalGeometryPointsOptions(
GeometryPointSelector<ProfilePointType> alignmentVerticalGeometryPoints
)
Public Sub SetVerticalGeometryPointsOptions (
alignmentVerticalGeometryPoints As GeometryPointSelector(Of ProfilePointType)
)
public:
void SetVerticalGeometryPointsOptions(
GeometryPointSelector<ProfilePointType>^ alignmentVerticalGeometryPoints
)
Parameters
- alignmentVerticalGeometryPoints GeometryPointSelectorProfilePointType
-
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when the band type is not BandType::ProfileData.
|
See Also