Share

SlopeElevationTarget Constructor

Initializes a new instance of the SlopeElevationTarget class



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

Syntax

C#

public SlopeElevationTarget(
	ObjectId targetId
)

VB

Public Sub New ( 
	targetId As ObjectId
)

C++

public:
SlopeElevationTarget(
	ObjectId targetId
)

Parameters

targetId  ObjectId
 

See Also

Reference

Was this information helpful?