FeatureIsEditableFeature Method |
Check whether the Feature-derived entity (Alignment,Profile,etc) is editable.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic static bool IsEditableFeature(
ObjectId featureId
)
Public Shared Function IsEditableFeature (
featureId As ObjectId
) As Boolean
public:
static bool IsEditableFeature(
ObjectId featureId
)
Parameters
- featureId ObjectId
- ObjectId for the Feature-derived entity you want to check.
Return Value
Boolean
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when featureId is not invalid or represent entity which is not derived from Feature.
|
See Also