SurfaceOperationCollectionItem(Guid) Property |
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic SurfaceOperation this[
Guid operationGuid
] { get; }Public ReadOnly Default Property Item (
operationGuid As Guid
) As SurfaceOperation
Get
public:
property SurfaceOperation^ default[Guid operationGuid] {
SurfaceOperation^ get (Guid operationGuid);
}Parameters
- operationGuid Guid
-
Property Value
SurfaceOperation
See Also