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 ObjectId this[ string description ] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _ description As String _ ) As ObjectId Get
Visual C++
public: property ObjectId default[String^ description] { ObjectId get (String^ description); }
Parameters
- description
- Type: System.String