Creates a new instance of a CatchmentLabel on the specified Catchment with the default label style.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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
| Exception | Condition |
|---|
| System..::..ArgumentException |
Thrown when catchmentId is invalid.
|
See Also