IntersectionLocationLabelCreate(ObjectId) Method |
Creates a new instance of IntersectionLocationLabel on the specified Intersection using the default label style.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic static ObjectId Create(
ObjectId intersectionId
)
Public Shared Function Create (
intersectionId As ObjectId
) As ObjectId
public:
static ObjectId Create(
ObjectId intersectionId
)
Parameters
- intersectionId ObjectId
- The ObjectId of the Intersection to label.
Return Value
ObjectId
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the intersectionId is invalid.
|
See Also