Create Method (ObjectId)

Creates a new instance of a CatchmentLabel on the specified Catchment with the default label style.

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

Syntax

C#

public static ObjectId Create(
	ObjectId catchmentId
)

Visual Basic

Public Shared Function Create ( _
	catchmentId As ObjectId _
) As ObjectId

Visual C++

public:
static ObjectId Create(
	ObjectId catchmentId
)

Parameters

catchmentId
Type: ObjectId
The ObjectId of the Catchment on which the label is located.

Exceptions

ExceptionCondition
System.ArgumentException Thrown when catchmentId is invalid.

See Also