Gets or sets the format type of the expression result.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public ExpressionFormatedType FormatResultAs { get; set; }
VB
Public Property FormatResultAs As ExpressionFormatedType Get Set
C++
public: property ExpressionFormatedType FormatResultAs { ExpressionFormatedType get (); void set (ExpressionFormatedType value); }