Share

SurfaceContourLabelGroup.GetLabelLinePoint Method

Get one key point from label line by index



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

Syntax

C#

public Point2d GetLabelLinePoint(
	int index
)

VB

Public Function GetLabelLinePoint ( 
	index As Integer
) As Point2d

C++

public:
Point2d GetLabelLinePoint(
	int index
)

Parameters

index  Int32
 

Return Value

Point2d

See Also

Reference

Was this information helpful?