Note: This API is now obsolete.
Gets the ID of the SectionStyle.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
[ObsoleteAttribute("Functionality has been removed.", false)] public ObjectId SectionStyleId { get; }
VB
<ObsoleteAttribute("Functionality has been removed.", false)> Public ReadOnly Property SectionStyleId As ObjectId Get
C++
public: [ObsoleteAttribute(L"Functionality has been removed.", false)] property ObjectId SectionStyleId { ObjectId get (); }