TurnoutIsCriticalPointStationEditable Method

Check if the critical point can be edited or moved.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public bool IsCriticalPointStationEditable(
	string entryName,
	string criticalPointName
)

Parameters

entryName  String
entry name.
criticalPointName  String
critical point name.

Return Value

Boolean
Remarks
Bool. Returns true if the critical point is movable or editable. Returns false if the critical point is unmovable or not editable.
See Also