AllowVeto Method (IDocument)
Sets whether to abort a command operation.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub AllowVeto( _
bool Val As System.Boolean _
) |
C# | |
---|
void AllowVeto(
System.bool Val
) |
JavaScript | |
---|
AllowVeto(
Val : Boolean
) |
COM native C++ | |
---|
HRESULT AllowVeto(
VARIANT_BOOL Val
) |
Parameters
- Val
- True to abort, false to not
Remarks
See Also
Availability
DraftSight 2020 SP0