AVEVA Database .NET Public Interface

DbElement.IsCreatable Method 

Queries whether a child Element of a given type can be created

public abstract bool IsCreatable(
   DbElementType elementType
);

Parameters

elementType
Element Type

Return Value

True, if child Element can be created

See Also

DbElement Class | Aveva.Pdms.Database Namespace