Visual Basic | |
---|---|
Public Delegate Sub _IDocumentEvents_CommandOptionPoint2DChangeNotifyEventHandler( _ ) |
C# | |
---|---|
public delegate void _IDocumentEvents_CommandOptionPoint2DChangeNotifyEventHandler( ) |
JavaScript | |
---|---|
Event Not Supported ) |
COM native C++ | |
---|---|
CommandOptionPoint2DChangeNotify( Option ) |
C++ | |
---|---|
CommandOptionPoint2DChangeNotify( ) |
Parameters
- Option
- 2D point command option as defined in dsCommandOptionPoint2d_e
If developing a C++ application, use dsDocument_CommandOptionPoint2DChangeNotify to register for this notification.
See Getting Started for more information about C++ interface add-in template callback functions.
_IDocumentEvents_CommandOptionPoint2DChangeNotifyEventHandler Members
Interop.dsAutomation Namespace
IDocument Event CommandOptionBoolChangeNotify
IDocument Event CommandOptionDoubleChangeNotify
IDocument Event CommandOptionInt16ChangeNotify
IDocument Event CommandOptionInt32ChangeNotify
IDocument Event CommandOptionInt8ChangeNotify
IDocument Event CommandOptionPoint3DChangeNotify
IDocument Event CommandOptionStringChangeNotify
Interop.dsAutomation Namespace
IDocument Event CommandOptionBoolChangeNotify
IDocument Event CommandOptionDoubleChangeNotify
IDocument Event CommandOptionInt16ChangeNotify
IDocument Event CommandOptionInt32ChangeNotify
IDocument Event CommandOptionInt8ChangeNotify
IDocument Event CommandOptionPoint3DChangeNotify
IDocument Event CommandOptionStringChangeNotify
DraftSight V1R3.0