Share

Expression.ReferenceString 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.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public string ReferenceString { get; }

VB

Public ReadOnly Property ReferenceString As String
	Get

C++

public:
property String^ ReferenceString {
	String^ get ();
}

Property Value

String

See Also

Reference

ExpressionCollection::Add() method

Was this information helpful?