ObjectVersionCheckerIsEntityCreatable Method |
Checks whether it is allowed to create an entity in the database.
Namespace: Autodesk.CivilAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic static bool IsEntityCreatable(
Database database
)
Public Shared Function IsEntityCreatable (
database As Database
) As Boolean
public:
static bool IsEntityCreatable(
Database^ database
)
Parameters
- database Database
- The target database where the entity would be created.
Return Value
Boolean
True if the entity can be created in the database; otherwise, false.
Returns false when there are data compatibility issues that prevent creation.
Exceptions
Remarks
The entity can be created if all the DA entities are compatible in the database.
See Also