Gets or sets the annotations object ID to use when a draw designer finishes its operation.
public virtual int DefaultCurrentObjectId { get; set; }
Public Overridable Property DefaultCurrentObjectId As Integer
public virtual int DefaultCurrentObjectId {get; set;}
public int getDefaultCurrentObjectId()
public void setDefaultCurrentObjectId(int id)
<br/>get_DefaultCurrentObjectId();<br/>set_DefaultCurrentObjectId(value);<br/>Object.defineProperty('DefaultCurrentObjectId');
public:
virtual property Int32 DefaultCurrentObjectId
{
Int32 get()
void set(Int32 value)
}
The annotations object id to use when a draw designer finishes its operation. The default value is SelectObjectId.
When a draw designer finishes its work, the CurrentObjectId value will be set back to the value of DefaultCurrentObjectId. The default value is SelectObjectId meaning the select annotation object will be used. If you wish to continue drawing the same (or any other object), then set the value of DefaultCurrentObjectId to the ID of the desired object.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET