ExpressionReferenceString Property |
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.8.0.292
Syntaxpublic string ReferenceString { get; }
Public ReadOnly Property ReferenceString As String
Get
public:
property String^ ReferenceString {
String^ get ();
}
Property Value
String
See AlsoReference
ExpressionCollection::Add() method