Expression property template.
Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
DisposableWrapper
TreeOidWrapper
Autodesk.CivilProperty<System::String ^,AecRmCString,Autodesk::Civil::CastOp<System::String ^,AecRmCString> >
Autodesk.CivilPropertyString
Autodesk.CivilPropertyExpression
Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public class PropertyExpression : PropertyString
VB
Public Class PropertyExpression Inherits PropertyString
C++
public ref class PropertyExpression : public PropertyString
The PropertyExpression type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| IsOverridable | (Inherited from Property<System::String ^,AecRmCString,Autodesk::Civil::CastOp<System::String ^,AecRmCString> >) | |
| Locked | (Inherited from Property<System::String ^,AecRmCString,Autodesk::Civil::CastOp<System::String ^,AecRmCString> >) | |
| Overridden | (Inherited from Property<System::String ^,AecRmCString,Autodesk::Civil::CastOp<System::String ^,AecRmCString> >) | |
| Value |
Gets or sets the expression string of the Expression.
(Overrides PropertyStringValue) |
