Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public UDP[] this[ Guid guid ] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _ guid As Guid _ ) As UDP() Get
Visual C++
public: property array<UDP^>^ default[Guid guid] { array<UDP^>^ get (Guid guid); }
Parameters
- guid
- Type: System.Guid