Gets or sets the format type of the expression result.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public ExpressionFormatedType FormatResultAs { get; set; }
Visual Basic
Public Property FormatResultAs As ExpressionFormatedType
	Get
	Set
Visual C++
public:
property ExpressionFormatedType FormatResultAs {
	ExpressionFormatedType get ();
	void set (ExpressionFormatedType value);
}

See Also