IsEditableFeature Method

Check whether the Feature-derived entity (Alignment,Profile,etc) is editable.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0

Syntax

C#

public static bool IsEditableFeature(
	ObjectId featureId
)

Visual Basic

Public Shared Function IsEditableFeature ( _
	featureId As ObjectId _
) As Boolean

Visual C++

public:
static bool IsEditableFeature(
	ObjectId featureId
)

Parameters

featureId
Type: ObjectId
ObjectId for the Feature-derived entity you want to check.

Exceptions

ExceptionCondition
System.ArgumentException Thrown when featureId is not invalid or represent entity which is not derived from Feature.

See Also