Gets the reference string of the Expression that can be used to create other expressions.
A sample output would be "{Alignment Length}".
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public string ReferenceString { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ReferenceString As String Get |
| Visual C++ |
|---|
public: property String^ ReferenceString { String^ get (); } |
See Also
ExpressionCollection::Add() method