AVEVA Database .NET Public Interface

DbElement.IsInsertable Method 

Queries whether this Element can be inserted as child to the given Element.

public abstract bool IsInsertable(
   DbElement owner
);

Parameters

owner
Proposed parent Element

Return Value

True, if Element can be inserted as child

See Also

DbElement Class | Aveva.Pdms.Database Namespace