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 int getDefaultCurrentObjectId()
public void setDefaultCurrentObjectId(int id)
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document