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 windowIf 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.
ICommandMessage Interface
ICommandMessage Members
ICommandMessage::PromptForAngleOrKeyword2 Method ()
ICommandMessage::PromptForBoolOrKeyword Method ()
ICommandMessage::PromptForDistanceOrKeyword Method ()
ICommandMessage::PromptForDoubleOrKeyword Method ()
ICommandMessage::PromptForFileNameOrKeyword Method ()
ICommandMessage::PromptForIntegerOrKeyword Method ()
ICommandMessage::PromptForKeyword2 Method ()
ICommandMessage::PromptForOrientationOrKeyword Method ()
ICommandMessage::PromptForPointOrKeyword Method ()
ICommandMessage::PromptForSelectionOrKeyword Method ()
ICommandMessage::PromptForStringOrKeyword Method ()
ICommandMessage Members
ICommandMessage::PromptForAngleOrKeyword2 Method ()
ICommandMessage::PromptForBoolOrKeyword Method ()
ICommandMessage::PromptForDistanceOrKeyword Method ()
ICommandMessage::PromptForDoubleOrKeyword Method ()
ICommandMessage::PromptForFileNameOrKeyword Method ()
ICommandMessage::PromptForIntegerOrKeyword Method ()
ICommandMessage::PromptForKeyword2 Method ()
ICommandMessage::PromptForOrientationOrKeyword Method ()
ICommandMessage::PromptForPointOrKeyword Method ()
ICommandMessage::PromptForSelectionOrKeyword Method ()
ICommandMessage::PromptForStringOrKeyword Method ()
DraftSight V1R5.0