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


IMxDocument.CanInsertObject Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IM > IMxDocument Interface > IMxDocument.CanInsertObject Method
ArcGIS Developer Help

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