Share

UDPCollection.Item(Guid) Property



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public UDP[] this[
	Guid guid
] { get; }

VB

Public ReadOnly Default Property Item ( 
	guid As Guid
) As UDP()
	Get

C++

public:
property array<UDP^>^ default[Guid guid] {
	array<UDP^>^ get (Guid guid);
}

Parameters

guid  Guid
 

Property Value

UDP

See Also

Reference

Was this information helpful?