Share

AlignmentVerticalGeometryPointLabelGroup.SetGeometryPointsOptions Method

Sets the state of all ProfilePointType objects for the current label.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public void SetGeometryPointsOptions(
	GeometryPointSelector<ProfilePointType> alignmentVerticalGeometryPoints
)

VB

Public Sub SetGeometryPointsOptions ( 
	alignmentVerticalGeometryPoints As GeometryPointSelector(Of ProfilePointType)
)

C++

public:
void SetGeometryPointsOptions(
	GeometryPointSelector<ProfilePointType>^ alignmentVerticalGeometryPoints
)

Parameters

alignmentVerticalGeometryPoints  GeometryPointSelectorProfilePointType
 

See Also

Reference

Was this information helpful?