_IDocumentEvents CommandOptionPoint3DChangeNotify Event Send Feedback
See Also 
Option
3D command option as defined in dsCommandOptionPoint3d_e
Post-notifies an application when the specified 3D point command option changes.

Syntax

Visual Basic 
Public Delegate Sub _IDocumentEvents_CommandOptionPoint3DChangeNotifyEventHandler( _
) 
C# 
public delegate void _IDocumentEvents_CommandOptionPoint3DChangeNotifyEventHandler( 
)
JavaScript 
Event Not Supported 
)
COM native C++ 
CommandOptionPoint3DChangeNotify( 
    Option
)
C++ 
CommandOptionPoint3DChangeNotify( 
)

Parameters

Option
3D command option as defined in dsCommandOptionPoint3d_e

Remarks

If developing a C++ application, use dsDocument_CommandOptionPoint3DChangeNotify to register for this notification.

See Getting Started for more information about C++ interface add-in template callback functions.

See Also

Availability

DraftSight V1R3.0