ObjectVersionCheckerIsEntityCreatable Method

Checks whether it is allowed to create an entity in the database.

Namespace: Autodesk.Civil
Assembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntax
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
ExceptionCondition
ArgumentNullExceptionThrown when database is null.
Remarks
The entity can be created if all the DA entities are compatible in the database.
See Also