Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public virtual ObjectId this[ string styleName ] { get; }
Visual Basic
Public Overridable ReadOnly Default Property Item ( _ styleName As String _ ) As ObjectId Get
Visual C++
public: virtual property ObjectId default[String^ styleName] { ObjectId get (String^ styleName); }
Parameters
- styleName
- Type: System.String