PromptExplanation Property (ICommandMessage) Send Feedback
See Also 
Gets or sets the text for the prompt in the command window.

Syntax

Visual Basic 
Property PromptExplanation As System.String
C# 
System.string PromptExplanation {get; set;}
JavaScript 
get_PromptExplanation () : String
put_PromptExplanation (
   NewVal : String
)
COM native C++ 
HRESULT get_PromptExplanation(
   BSTR* Val
) 
HRESULT put_PromptExplanation( 
   BSTR NewVal
C++ 
DSRESULT get_PromptExplanation (
   dsString* Val
)
DSRESULT put_PromptExplanation(
   const dsString& NewVal
)

Property Value

Text for the prompt in the command window

Remarks

If any method on the ICommandMessage interface (see the See Also list) has its PromptInit parameter set to dsPromptInit_e.UsePromptExplanation, then the text specified by this property is used for that prompt in the command window.

See Also

Availability

DraftSight V1R5.0