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