Share

SurfaceOperationCollection.GetOperationStatus 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.280

Syntax

C#

public SurfaceOpeartionStatusType GetOperationStatus(
	Type operationClassType
)

VB

Public Function GetOperationStatus ( 
	operationClassType As Type
) As SurfaceOpeartionStatusType

C++

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

Reference

Was this information helpful?