SurfaceOperationCollectionGetOperationStatus Method

Gets the current status of the surface operation with specific type.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public SurfaceOpeartionStatusType GetOperationStatus(
	Type operationClassType
)

Parameters

operationClassType  Type
The type of the specific surface operation class which should derive from SurfaceOperation.

Return Value

SurfaceOpeartionStatusType
Exceptions
ExceptionCondition
ArgumentException Thrown when the class specified by the operationClassType is not a sub class of SurfaceOperation.
Remarks
  1. Returns Varies when the operations with specific type in current collection contain both active and inactive status.
  2. Returns None when there is no such opeartion in current collection.
See Also