StructureLabelCreate(ObjectId) Method |
Creates a new instance of a StructureLabel on a Structure using the default label style.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic static ObjectId Create(
ObjectId structureId
)
Public Shared Function Create (
structureId As ObjectId
) As ObjectId
public:
static ObjectId Create(
ObjectId structureId
)
Parameters
- structureId ObjectId
- The ObjectId of the Structure on which the label is located.
Return Value
ObjectId
Exceptions
Remarks
The LabelLocation of the new label is on the center of the Structure.
See Also