Initializes a new instance of the SlopeElevationTarget class

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

Syntax

C#
public SlopeElevationTarget(
	ObjectId targetId
)
Visual Basic
Public Sub New ( _
	targetId As ObjectId _
)
Visual C++
public:
SlopeElevationTarget(
	ObjectId targetId
)

Parameters

targetId
Type: ObjectId

See Also