AlignmentGeometryPointLabelGroupSetGeometryPointsOptions Method |
Sets the state of all AlignmentPointTypes for the current label.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic void SetGeometryPointsOptions(
GeometryPointSelector<AlignmentPointType> alignmentGeometryPoints
)
Public Sub SetGeometryPointsOptions (
alignmentGeometryPoints As GeometryPointSelector(Of AlignmentPointType)
)
public:
void SetGeometryPointsOptions(
GeometryPointSelector<AlignmentPointType>^ alignmentGeometryPoints
)
Parameters
- alignmentGeometryPoints GeometryPointSelectorAlignmentPointType
-
See Also