PartsListItem(String) Property |
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectId this[
string description
] { get; }
Public ReadOnly Default Property Item (
description As String
) As ObjectId
Get
public:
property ObjectId default[String^ description] {
ObjectId get (String^ description);
}
Parameters
- description String
-
Property Value
ObjectId
See Also