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