Sets the state of all ProfilePointTypes for the current label.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0
Syntax
C#
public void SetGeometryPointsOptions( GeometryPointSelector<AlignmentPointType> profileGeometryPoints )
Visual Basic
Public Sub SetGeometryPointsOptions ( _ profileGeometryPoints As GeometryPointSelector(Of AlignmentPointType) _ )
Visual C++
public: void SetGeometryPointsOptions( GeometryPointSelector<AlignmentPointType>^ profileGeometryPoints )
Parameters
- profileGeometryPoints
- Type: Autodesk.Civil.GeometryPointSelector<AlignmentPointType>