Share

IHostServices.GetDieselEvalString Method

Description

Evaluates a DIESEL expression string to provide the actual text that would appear. Most applications will simply return the dieselExpression string. However, if this string is used in a UI application, it may be necessary to evaluate this to a readable string.

C#

string GetDieselEvalString(
    string dieselExpression
);

Visual Basic

Function GetDieselEvalString(
    dieselExpression As string
) As string

Parameters

Parameters Description
string dieselExpression Input the expression

Links

IHostServices Interface, Autodesk.AutoCAD.Customization Namespace

Was this information helpful?