Share

SurfaceContourLabelGroup.SetLabelLinePoint Method

Set one key point from label line by index



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

Syntax

C#

public void SetLabelLinePoint(
	int index,
	Point2d __unnamed001
)

VB

Public Sub SetLabelLinePoint ( 
	index As Integer,
	__unnamed001 As Point2d
)

C++

public:
void SetLabelLinePoint(
	int index, 
	Point2d __unnamed001
)

Parameters

index  Int32
 
__unnamed001  Point2d
 

See Also

Reference

Was this information helpful?