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.9.0.960
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
Exceptions
See Also