UDPCollectionItem(Guid) Property |
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic UDP[] this[
Guid guid
] { get; }
Public ReadOnly Default Property Item (
guid As Guid
) As UDP()
Get
public:
property array<UDP^>^ default[Guid guid] {
array<UDP^>^ get (Guid guid);
}
Parameters
- guid Guid
-
Property Value
UDP
See Also