Share

AlignmentGeometryPointLabelGroup.SetGeometryPointsOptions Method

Sets the state of all AlignmentPointTypes for the current label.



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

Syntax

C#

public void SetGeometryPointsOptions(
	GeometryPointSelector<AlignmentPointType> alignmentGeometryPoints
)

VB

Public Sub SetGeometryPointsOptions ( 
	alignmentGeometryPoints As GeometryPointSelector(Of AlignmentPointType)
)

C++

public:
void SetGeometryPointsOptions(
	GeometryPointSelector<AlignmentPointType>^ alignmentGeometryPoints
)

Parameters

alignmentGeometryPoints  GeometryPointSelectorAlignmentPointType
 

See Also

Reference

Was this information helpful?