TSF.UmlToolingFramework.Wrappers.EA.Model.getOperationByID C# (CSharp) Method

getOperationByID() public method

public getOperationByID ( int operationID ) : Operation
operationID int
return Operation
        public Operation getOperationByID(int operationID)
        {
            return this.factory.createElement(this.wrappedModel.GetMethodByID(operationID)) as Operation;
        }