This document is archived and information here might be outdated.  Recommended version.


IMxDocument.CanInsertObject Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (ArcMapUI)  

IMxDocument.CanInsertObject Method

Indicates if the document allows objects to be inserted.

[Visual Basic .NET]
Public Sub CanInsertObject ( _
    ByRef pEnabled As Boolean _
)
[C#]
public void CanInsertObject (
    ref bool pEnabled
);

Product Availability

Available with ArcGIS Desktop.

See Also

IMxDocument Interface