SetID Method (IUserCommand)
Sets the user-defined ID of this user command.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetID( _
BSTR NewVal As System.String _
) |
C# | |
---|
void SetID(
System.string NewVal
) |
JavaScript | |
---|
SetID(
NewVal : System.String
) |
Parameters
- NewVal
- Unique ID of this user command
Remarks
See Also
Availability
DraftSight 2019 SP0