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